#include #define INCLUDE_VERMAGIC #include #include #include #include #include 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") = { { 0x80dc43a9, "snd_jack_report" }, { 0xc5b6f236, "queue_work_on" }, { 0xde7e8b58, "snd_pcm_add_chmap_ctls" }, { 0xd9e38370, "snd_card_register" }, { 0xabe073f8, "snd_card_free" }, { 0x608741b5, "__init_swait_queue_head" }, { 0x92540fbf, "finish_wait" }, { 0x37a0cba, "kfree" }, { 0x43babd19, "sg_init_one" }, { 0x68a24153, "snd_pcm_format_physical_width" }, { 0x8c26d495, "prepare_to_wait_event" }, { 0xe2964344, "__wake_up" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0xbdfb6dbb, "__fentry__" }, { 0xf02aa937, "wait_for_completion_interruptible_timeout" }, { 0x65487097, "__x86_indirect_thunk_rax" }, { 0x8ddd8aad, "schedule_timeout" }, { 0x296695f, "refcount_warn_saturate" }, { 0x808e72f2, "unregister_virtio_driver" }, { 0x6383b27c, "__x86_indirect_thunk_rdx" }, { 0x7cd8d75e, "page_offset_base" }, { 0xae2fa9a1, "virtqueue_get_vring_size" }, { 0x59d0b4c4, "snd_card_new" }, { 0x8f2bef13, "virtqueue_notify" }, { 0xfe487975, "init_wait_entry" }, { 0x9040242d, "_dev_err" }, { 0x89d9a21f, "snd_pcm_lib_ioctl" }, { 0x4370fd62, "snd_jack_new" }, { 0xbc128c67, "virtqueue_disable_cb" }, { 0x6d9af3e2, "snd_pcm_set_ops" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0x28d1cab4, "virtqueue_add_sgs" }, { 0x3fcb7d8c, "snd_pcm_set_managed_buffer_all" }, { 0xb024ade4, "_dev_warn" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0xc416ed94, "virtio_reset_device" }, { 0x80be59c7, "virtqueue_get_buf" }, { 0xfd49127a, "snd_pcm_hw_constraint_integer" }, { 0x97651e6c, "vmemmap_base" }, { 0x64a2c243, "virtqueue_kick_prepare" }, { 0x3c12dfe, "cancel_work_sync" }, { 0x11df71d2, "snd_pcm_period_elapsed" }, { 0xac4a1f46, "kmalloc_trace" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0xeb233a45, "__kmalloc" }, { 0xe2c17b5d, "__SCT__might_resched" }, { 0x5b94ad75, "kmalloc_caches" }, { 0x2d3385d3, "system_wq" }, { 0x857f0cb9, "register_virtio_driver" }, { 0x3e60d14d, "virtqueue_enable_cb" }, { 0x1ddc4586, "param_ops_uint" }, { 0x5bc8ba21, "devm_kmalloc" }, { 0x7f02188f, "__msecs_to_jiffies" }, { 0x50e98518, "virtqueue_is_broken" }, { 0x97c7cfd9, "vmalloc_to_page" }, { 0xa94e7185, "snd_pcm_new" }, { 0x656e4a6e, "snprintf" }, { 0xa6257a2f, "complete" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "snd-pcm"); MODULE_ALIAS("virtio:d00000019v*");