#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_DATA(sof_pci_pm, "", "SND_SOC_SOF_PCI_DEV"); KSYMTAB_FUNC(sof_pci_probe, "", "SND_SOC_SOF_PCI_DEV"); KSYMTAB_FUNC(sof_pci_remove, "", "SND_SOC_SOF_PCI_DEV"); KSYMTAB_FUNC(sof_pci_shutdown, "", "SND_SOC_SOF_PCI_DEV"); MODULE_INFO(depends, "snd-sof"); MODULE_INFO(srcversion, "BCA1CB0EA5D895CF558990E");