#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 KSYMTAB_FUNC(snd_hwdep_new, "", ""); SYMBOL_CRC(snd_hwdep_new, 0x36dcf552, ""); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x95d1a860, "try_module_get" }, { 0xe169978d, "snd_info_register" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x1e390d49, "snd_info_create_module_entry" }, { 0xf8d0607b, "snd_ctl_unregister_ioctl_compat" }, { 0xaedc350b, "dev_set_name" }, { 0x78af454c, "snd_info_free_entry" }, { 0x37a0cba, "kfree" }, { 0x4afb2238, "add_wait_queue" }, { 0xe2964344, "__wake_up" }, { 0xcbd4898c, "fortify_panic" }, { 0x1000e51, "schedule" }, { 0x6cbbfc54, "__arch_copy_to_user" }, { 0xe16b094c, "put_device" }, { 0x685963f8, "snd_ctl_register_ioctl" }, { 0xddd7febb, "snd_card_file_add" }, { 0xa916b694, "strnlen" }, { 0xcd1f47a2, "module_put" }, { 0xd1005013, "_dev_err" }, { 0x8f595b11, "snd_major" }, { 0x4dfa8d4b, "mutex_lock" }, { 0xae1afa38, "snd_unregister_device" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0xa3c3292b, "snd_device_alloc" }, { 0xcefb0c9f, "__mutex_init" }, { 0x1319fa18, "snd_device_new" }, { 0xdcb764ad, "memset" }, { 0xaad8c7d6, "default_wake_function" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0xcdeac5d3, "snd_ctl_unregister_ioctl" }, { 0xdd64e639, "strscpy" }, { 0x3213f038, "mutex_unlock" }, { 0x7d2f15d3, "seq_printf" }, { 0xb2e5ae4a, "snd_lookup_minor_data" }, { 0xd7fd641d, "snd_ctl_register_ioctl_compat" }, { 0x12a4e128, "__arch_copy_from_user" }, { 0x37110088, "remove_wait_queue" }, { 0xe3b818d8, "snd_card_file_remove" }, { 0x29977925, "kmalloc_trace" }, { 0x85261445, "snd_register_device" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "snd");