#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_ice1712_akm4xxx_init, "", ""); KSYMTAB_FUNC(snd_ice1712_akm4xxx_free, "", ""); KSYMTAB_FUNC(snd_ice1712_akm4xxx_build_controls, "", ""); MODULE_INFO(depends, "snd-ak4xxx-adda"); MODULE_INFO(srcversion, "450C8EE8C227B66DDDDFC36");