#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include 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, .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") = { { 0x11e6cb56, "devm_kmalloc" }, { 0x5c407196, "snd_pcm_fill_iec958_consumer_hw_params" }, { 0xedfcfd8f, "platform_driver_unregister" }, { 0x63d12585, "snd_ctl_add" }, { 0x8bf7b2cf, "snd_soc_jack_report" }, { 0x5e77a58, "snd_pcm_add_chmap_ctls" }, { 0xb14ab1ef, "hdmi_audio_infoframe_init" }, { 0xd3557612, "snd_pcm_fill_iec958_consumer" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0xcbd4898c, "fortify_panic" }, { 0xe0b725f5, "devm_snd_soc_register_component" }, { 0x649892e8, "snd_pcm_create_iec958_consumer_default" }, { 0xeae5d4f4, "snd_ctl_new1" }, { 0xd1005013, "_dev_err" }, { 0x4dfa8d4b, "mutex_lock" }, { 0xcefb0c9f, "__mutex_init" }, { 0xdcb764ad, "memset" }, { 0xa9523215, "snd_soc_dapm_add_routes" }, { 0xe2385937, "__platform_driver_register" }, { 0x9644b9b, "snd_pcm_hw_constraint_eld" }, { 0x3213f038, "mutex_unlock" }, { 0xe56a9336, "snd_pcm_format_width" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "snd-pcm,snd,snd-soc-core");