#include #include #include MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); KSYMTAB_FUNC(snd_akm4xxx_write, "", ""); KSYMTAB_FUNC(snd_akm4xxx_reset, "", ""); KSYMTAB_FUNC(snd_akm4xxx_init, "", ""); KSYMTAB_FUNC(snd_akm4xxx_build_controls, "", ""); MODULE_INFO(depends, "snd"); MODULE_INFO(srcversion, "E76CD87BB9DC0C4FB775C6A");