#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, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(snd_dmaengine_pcm_get_chan, "_gpl", ""); KSYMTAB_FUNC(snd_hwparams_to_dma_slave_config, "_gpl", ""); KSYMTAB_FUNC(snd_dmaengine_pcm_set_config_from_dai_data, "_gpl", ""); KSYMTAB_FUNC(snd_dmaengine_pcm_trigger, "_gpl", ""); KSYMTAB_FUNC(snd_dmaengine_pcm_pointer_no_residue, "_gpl", ""); KSYMTAB_FUNC(snd_dmaengine_pcm_pointer, "_gpl", ""); KSYMTAB_FUNC(snd_dmaengine_pcm_request_channel, "_gpl", ""); KSYMTAB_FUNC(snd_dmaengine_pcm_open, "_gpl", ""); KSYMTAB_FUNC(snd_dmaengine_pcm_open_request_chan, "_gpl", ""); KSYMTAB_FUNC(snd_dmaengine_pcm_close, "_gpl", ""); KSYMTAB_FUNC(snd_dmaengine_pcm_close_release_chan, "_gpl", ""); KSYMTAB_FUNC(snd_dmaengine_pcm_refine_runtime_hwparams, "_gpl", ""); MODULE_INFO(depends, "snd-pcm");