#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") = { { 0xbdfb6dbb, "__fentry__" }, { 0x2650eb97, "snd_ctl_new1" }, { 0x122c3a7e, "_printk" }, { 0xa19b956, "__stack_chk_fail" }, { 0x296695f, "refcount_warn_saturate" }, { 0x212e8677, "usb_submit_urb" }, { 0xa8d1337e, "_dev_info" }, { 0x59d0b4c4, "snd_card_new" }, { 0x8e25bbbf, "snd_ctl_boolean_mono_info" }, { 0x9040242d, "_dev_err" }, { 0x1bcaa151, "usb_free_coherent" }, { 0x50d31c29, "snd_pcm_stream_unlock_irqrestore" }, { 0x4dfa8d4b, "mutex_lock" }, { 0xff6d5d10, "em28xx_unregister_extension" }, { 0xab403a92, "usb_set_interface" }, { 0x6d9af3e2, "snd_pcm_set_ops" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0x4359f028, "em28xx_write_ac97" }, { 0x77ae495d, "usb_speed_string" }, { 0x3fcb7d8c, "snd_pcm_set_managed_buffer_all" }, { 0xfb578fc5, "memset" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0xd2fea170, "em28xx_read_ac97" }, { 0xbb9ed3bf, "mutex_trylock" }, { 0x18f02890, "snd_card_disconnect" }, { 0xfd49127a, "snd_pcm_hw_constraint_integer" }, { 0xf8aa163c, "usb_unlink_urb" }, { 0x3c3ff9fd, "sprintf" }, { 0x99fdb87a, "em28xx_register_extension" }, { 0x3213f038, "mutex_unlock" }, { 0x36586df6, "usb_kill_urb" }, { 0xe82ea52c, "_snd_pcm_stream_lock_irqsave" }, { 0x11df71d2, "snd_pcm_period_elapsed" }, { 0x721f7cc7, "em28xx_free_device" }, { 0xa7940382, "param_ops_int" }, { 0x2e8c0548, "_dev_printk" }, { 0xeb233a45, "__kmalloc" }, { 0x2d3385d3, "system_wq" }, { 0x2f2c95c4, "flush_work" }, { 0x26670b25, "usb_alloc_urb" }, { 0x3b9f54fd, "usb_free_urb" }, { 0xc477cccc, "em28xx_audio_analog_set" }, { 0xc084f10b, "snd_ctl_add" }, { 0x18d75eda, "usb_alloc_coherent" }, { 0xa94e7185, "snd_pcm_new" }, { 0xc5b6f236, "queue_work_on" }, { 0xce503bb2, "usb_ifnum_to_if" }, { 0x1cfba015, "stackleak_track_stack" }, { 0xd9e38370, "snd_card_register" }, { 0xabe073f8, "snd_card_free" }, { 0x8d91edc2, "snd_pcm_hw_constraint_minmax" }, { 0x69acdf38, "memcpy" }, { 0x37a0cba, "kfree" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "snd-pcm,em28xx"); MODULE_INFO(srcversion, "AC0E766732171D16A0336A2");