#include #include #include 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"); KSYMTAB_FUNC(snd_emu10k1_memblk_map, "", ""); KSYMTAB_FUNC(snd_emu10k1_synth_alloc, "", ""); KSYMTAB_FUNC(snd_emu10k1_synth_free, "", ""); KSYMTAB_FUNC(snd_emu10k1_synth_memset, "", ""); KSYMTAB_FUNC(snd_emu10k1_synth_copy_from_user, "", ""); KSYMTAB_FUNC(snd_emu10k1_voice_alloc, "", ""); KSYMTAB_FUNC(snd_emu10k1_voice_free, "", ""); KSYMTAB_FUNC(snd_emu10k1_ptr_read, "", ""); KSYMTAB_FUNC(snd_emu10k1_ptr_write, "", ""); KSYMTAB_FUNC(snd_emu10k1_ptr_write_multiple, "", ""); MODULE_INFO(depends, "snd-pcm,snd-ac97-codec,snd,snd-rawmidi,snd-seq-device,snd-timer,snd-util-mem,snd-hwdep"); MODULE_ALIAS("pci:v00001102d00000002sv*sd*bc*sc*i*"); MODULE_ALIAS("pci:v00001102d00000004sv*sd*bc*sc*i*"); MODULE_ALIAS("pci:v00001102d00000008sv*sd*bc*sc*i*"); MODULE_INFO(srcversion, "095F33098D9B3DE44D0BCE1");