From: Pierre-Louis Bossart Date: Wed, 19 Aug 2020 12:44:04 +0000 (+0800) Subject: ASoC: SOF: Intel: hda: import SOUNDWIRE_INIT namespace X-Git-Tag: v5.10-rc1~122^2~1^2^2~158 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1eb629363aa354e63f55f6680b0724165cf2088d;p=thirdparty%2Fkernel%2Flinux.git ASoC: SOF: Intel: hda: import SOUNDWIRE_INIT namespace Make sure the SoundWire driver can be loaded Signed-off-by: Pierre-Louis Bossart Signed-off-by: Bard Liao Link: https://lore.kernel.org/r/20200819124404.3734-1-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/sof/intel/hda.c b/sound/soc/sof/intel/hda.c index 63ca920c8e6e0..c0b75d6827507 100644 --- a/sound/soc/sof/intel/hda.c +++ b/sound/soc/sof/intel/hda.c @@ -1207,3 +1207,4 @@ MODULE_LICENSE("Dual BSD/GPL"); MODULE_IMPORT_NS(SND_SOC_SOF_HDA_AUDIO_CODEC); MODULE_IMPORT_NS(SND_SOC_SOF_HDA_AUDIO_CODEC_I915); MODULE_IMPORT_NS(SND_SOC_SOF_XTENSA); +MODULE_IMPORT_NS(SOUNDWIRE_INTEL_INIT);