75 lines
2.2 KiB
C
75 lines
2.2 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>
|
||
|
|
||
|
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,
|
||
|
.init = init_module,
|
||
|
#ifdef CONFIG_MODULE_UNLOAD
|
||
|
.exit = cleanup_module,
|
||
|
#endif
|
||
|
.arch = MODULE_ARCH_INIT,
|
||
|
};
|
||
|
|
||
|
MODULE_INFO(intree, "Y");
|
||
|
|
||
|
#ifdef CONFIG_RETPOLINE
|
||
|
MODULE_INFO(retpoline, "Y");
|
||
|
#endif
|
||
|
|
||
|
|
||
|
static const struct modversion_info ____versions[]
|
||
|
__used __section("__versions") = {
|
||
|
{ 0x7c9a7371, "clk_prepare" },
|
||
|
{ 0x750834c3, "snd_soc_component_set_jack" },
|
||
|
{ 0xa19b956, "__stack_chk_fail" },
|
||
|
{ 0xa8d1337e, "_dev_info" },
|
||
|
{ 0x7d5bb93f, "snd_soc_dapm_get_pin_switch" },
|
||
|
{ 0x9040242d, "_dev_err" },
|
||
|
{ 0x71e6edea, "snd_soc_dapm_ignore_suspend" },
|
||
|
{ 0x79d130a9, "snd_pcm_hw_constraint_list" },
|
||
|
{ 0x5fc8957a, "hdac_hdmi_jack_port_init" },
|
||
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
||
|
{ 0x85609cfd, "snd_jack_set_key" },
|
||
|
{ 0xe2d5255a, "strcmp" },
|
||
|
{ 0x2f5507b8, "__platform_driver_register" },
|
||
|
{ 0x84cb1a52, "snd_soc_card_jack_new_pins" },
|
||
|
{ 0xaff1f52, "snd_soc_dapm_put_pin_switch" },
|
||
|
{ 0x93830c99, "rt5663_sel_asrc_clk_src" },
|
||
|
{ 0x5fbe400c, "snd_soc_dapm_info_pin_switch" },
|
||
|
{ 0xb6e6d99d, "clk_disable" },
|
||
|
{ 0x68000f50, "snd_soc_pm_ops" },
|
||
|
{ 0x708c316f, "snd_pcm_hw_constraint_msbits" },
|
||
|
{ 0xc6a4a872, "__clk_is_enabled" },
|
||
|
{ 0x815588a6, "clk_enable" },
|
||
|
{ 0xc90af805, "devm_snd_soc_register_card" },
|
||
|
{ 0xb077e70a, "clk_unprepare" },
|
||
|
{ 0x5bc8ba21, "devm_kmalloc" },
|
||
|
{ 0x2d97b4db, "platform_driver_unregister" },
|
||
|
{ 0x656e4a6e, "snprintf" },
|
||
|
{ 0x65ac23e8, "snd_soc_dai_set_tdm_slot" },
|
||
|
{ 0x59daf11, "hdac_hdmi_jack_init" },
|
||
|
{ 0x4aabb5dd, "snd_soc_card_jack_new" },
|
||
|
{ 0x76d9b876, "clk_set_rate" },
|
||
|
{ 0x66cc4017, "snd_soc_dai_set_sysclk" },
|
||
|
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
|
||
|
{ 0x42b66aae, "devm_clk_get" },
|
||
|
{ 0xbdfb6dbb, "__fentry__" },
|
||
|
{ 0x7098e516, "module_layout" },
|
||
|
};
|
||
|
|
||
|
MODULE_INFO(depends, "snd-soc-core,snd-pcm,snd-soc-hdac-hdmi,snd-soc-rt5663");
|
||
|
|
||
|
MODULE_ALIAS("platform:kbl_r5514_5663_max");
|