#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_MITIGATION_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(snd_intel_dsp_driver_probe, "_gpl", ""); KSYMTAB_FUNC(snd_intel_acpi_dsp_driver_probe, "_gpl", ""); KSYMTAB_FUNC(intel_nhlt_init, "_gpl", ""); KSYMTAB_FUNC(intel_nhlt_free, "_gpl", ""); KSYMTAB_FUNC(intel_nhlt_get_dmic_geo, "_gpl", ""); KSYMTAB_FUNC(intel_nhlt_has_endpoint_type, "", ""); KSYMTAB_FUNC(intel_nhlt_ssp_endpoint_mask, "", ""); KSYMTAB_FUNC(intel_nhlt_ssp_mclk_mask, "", ""); KSYMTAB_FUNC(intel_nhlt_get_endpoint_blob, "", ""); KSYMTAB_FUNC(intel_nhlt_ssp_device_type, "", ""); MODULE_INFO(depends, "snd-intel-sdw-acpi"); MODULE_INFO(srcversion, "334939FFB951D6609C10C5A");