#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") = { { 0xa3269451, "snd_rawmidi_info_select" }, { 0x79bf236b, "snd_seq_driver_unregister" }, { 0x6bb71038, "snd_seq_delete_kernel_client" }, { 0x96848186, "scnprintf" }, { 0x6128b5fc, "__printk_ratelimit" }, { 0x85cd59a8, "snd_seq_kernel_client_dispatch" }, { 0x4829a47e, "memcpy" }, { 0x37a0cba, "kfree" }, { 0x581435f2, "snd_rawmidi_output_params" }, { 0x23738926, "snd_seq_dump_var_event" }, { 0xcbd4898c, "fortify_panic" }, { 0x122c3a7e, "_printk" }, { 0x7102fb43, "snd_rawmidi_kernel_read" }, { 0xe23cc2e1, "snd_rawmidi_kernel_write" }, { 0xa916b694, "strnlen" }, { 0xdd935c83, "snd_midi_event_free" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x939e90df, "snd_rawmidi_drain_output" }, { 0xdcb764ad, "memset" }, { 0x7b8699eb, "snd_seq_event_port_detach" }, { 0xe9e6c50c, "snd_midi_event_new" }, { 0x4541f245, "__snd_seq_driver_register" }, { 0x16f17e0e, "snd_rawmidi_input_params" }, { 0x454224b1, "snd_midi_event_decode" }, { 0x3c3ff9fd, "sprintf" }, { 0xc7897794, "snd_rawmidi_kernel_open" }, { 0xba9528f0, "snd_seq_create_kernel_client" }, { 0xa1bf817c, "snd_rawmidi_kernel_release" }, { 0x3213f038, "mutex_unlock" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x70758652, "snd_midi_event_encode_byte" }, { 0x1a724fcc, "snd_seq_kernel_client_ctl" }, { 0x29977925, "kmalloc_trace" }, { 0xe64db987, "param_ops_int" }, { 0x8150b379, "snd_midi_event_reset_encode" }, { 0xb8620ad8, "snd_midi_event_reset_decode" }, { 0xeb233a45, "__kmalloc" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "snd-rawmidi,snd-seq-device,snd-seq,snd-seq-midi-event");