#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") = { { 0xe2385937, "__platform_driver_register" }, { 0x174569fd, "snd_card_free" }, { 0x8dcd6f43, "dw_hdmi_set_sample_rate" }, { 0x9340e05, "dw_hdmi_set_channel_count" }, { 0x2fac9436, "dw_hdmi_set_channel_allocation" }, { 0xe7168dd1, "snd_pcm_create_iec958_consumer" }, { 0xdcb764ad, "memset" }, { 0x780c1801, "snd_pcm_lib_free_vmalloc_buffer" }, { 0xc2b6fbbc, "_snd_pcm_lib_alloc_vmalloc_buffer" }, { 0xc1514a3b, "free_irq" }, { 0x9644b9b, "snd_pcm_hw_constraint_eld" }, { 0x69255f54, "snd_pcm_hw_limit_rates" }, { 0xf7382a, "snd_pcm_hw_constraint_integer" }, { 0x3130f02b, "snd_pcm_hw_constraint_minmax" }, { 0x92d5838e, "request_threaded_irq" }, { 0xda94af81, "snd_card_new" }, { 0xa916b694, "strnlen" }, { 0xdd64e639, "strscpy" }, { 0x656e4a6e, "snprintf" }, { 0xa0f52541, "snd_pcm_new" }, { 0x3c54a4d3, "snd_pcm_set_ops" }, { 0x92d0875, "snd_pcm_lib_preallocate_pages_for_all" }, { 0x999fedf5, "snd_card_register" }, { 0xcbd4898c, "fortify_panic" }, { 0xd1005013, "_dev_err" }, { 0xedfcfd8f, "platform_driver_unregister" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xd8fe547b, "dw_hdmi_audio_enable" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0xce27012a, "dw_hdmi_audio_disable" }, { 0xc65fdc07, "snd_pcm_period_elapsed" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0x48c4de14, "snd_pcm_lib_ioctl" }, { 0x3038d712, "snd_pcm_lib_get_vmalloc_page" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "snd,snd-pcm");