48 lines
1.6 KiB
C
48 lines
1.6 KiB
C
#include <linux/module.h>
|
|
#define INCLUDE_VERMAGIC
|
|
#include <linux/build-salt.h>
|
|
#include <linux/elfnote-lto.h>
|
|
#include <linux/export-internal.h>
|
|
#include <linux/vermagic.h>
|
|
#include <linux/compiler.h>
|
|
|
|
#ifdef CONFIG_UNWINDER_ORC
|
|
#include <asm/orc_header.h>
|
|
ORC_HEADER;
|
|
#endif
|
|
|
|
BUILD_SALT;
|
|
BUILD_LTO_INFO;
|
|
|
|
MODULE_INFO(vermagic, VERMAGIC_STRING);
|
|
MODULE_INFO(name, KBUILD_MODNAME);
|
|
|
|
__visible struct module __this_module
|
|
__section(".gnu.linkonce.this_module") = {
|
|
.name = KBUILD_MODNAME,
|
|
.arch = MODULE_ARCH_INIT,
|
|
};
|
|
|
|
MODULE_INFO(intree, "Y");
|
|
|
|
#ifdef CONFIG_RETPOLINE
|
|
MODULE_INFO(retpoline, "Y");
|
|
#endif
|
|
|
|
KSYMTAB_DATA(max_98373_dapm_routes, "", "SND_SOC_INTEL_SOF_MAXIM_COMMON");
|
|
KSYMTAB_DATA(max_98373_components, "", "SND_SOC_INTEL_SOF_MAXIM_COMMON");
|
|
KSYMTAB_FUNC(max_98373_trigger, "", "SND_SOC_INTEL_SOF_MAXIM_COMMON");
|
|
KSYMTAB_DATA(max_98373_ops, "", "SND_SOC_INTEL_SOF_MAXIM_COMMON");
|
|
KSYMTAB_FUNC(max_98373_spk_codec_init, "", "SND_SOC_INTEL_SOF_MAXIM_COMMON");
|
|
KSYMTAB_FUNC(max_98373_set_codec_conf, "", "SND_SOC_INTEL_SOF_MAXIM_COMMON");
|
|
KSYMTAB_DATA(max_98390_components, "", "SND_SOC_INTEL_SOF_MAXIM_COMMON");
|
|
KSYMTAB_DATA(max_98390_4spk_components, "", "SND_SOC_INTEL_SOF_MAXIM_COMMON");
|
|
KSYMTAB_FUNC(max_98390_spk_codec_init, "", "SND_SOC_INTEL_SOF_MAXIM_COMMON");
|
|
KSYMTAB_DATA(max_98390_ops, "", "SND_SOC_INTEL_SOF_MAXIM_COMMON");
|
|
KSYMTAB_FUNC(max_98390_set_codec_conf, "", "SND_SOC_INTEL_SOF_MAXIM_COMMON");
|
|
KSYMTAB_FUNC(max_98357a_dai_link, "", "SND_SOC_INTEL_SOF_MAXIM_COMMON");
|
|
KSYMTAB_FUNC(max_98360a_dai_link, "", "SND_SOC_INTEL_SOF_MAXIM_COMMON");
|
|
|
|
MODULE_INFO(depends, "snd-soc-core");
|
|
|