#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") = { { 0xfd74a766, "snd_timer_global_free" }, { 0xe1194d5, "hrtimer_try_to_cancel" }, { 0xd650b866, "snd_timer_global_register" }, { 0x2d0684a9, "hrtimer_init" }, { 0x5417fe2, "snd_timer_interrupt" }, { 0x37a0cba, "kfree" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0x8427cc7b, "_raw_spin_lock_irq" }, { 0x406c4cb1, "hrtimer_resolution" }, { 0x4b750f53, "_raw_spin_unlock_irq" }, { 0xdcb764ad, "memset" }, { 0x3c5d543a, "hrtimer_start_range_ns" }, { 0x8034313c, "snd_timer_global_new" }, { 0x46a4b118, "hrtimer_cancel" }, { 0x29977925, "kmalloc_trace" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "snd-timer");