ASoC: SOF: Kconfig: fix typo of SND_SOC_SOF_PCI
authorLibin Yang <libin.yang@intel.com>
Fri, 9 Apr 2021 22:13:08 +0000 (15:13 -0700)
committerMark Brown <broonie@kernel.org>
Mon, 12 Apr 2021 16:06:44 +0000 (17:06 +0100)
It should be 'endif ## SND_SOC_SOF_PCI' instead of
'endif ## SND_SOC_SOF_INTEL_PCI'

Signed-off-by: Libin Yang <libin.yang@intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://lore.kernel.org/r/20210409221308.1544000-1-ranjani.sridharan@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/Kconfig

index da1c396f529d0d413f72100313f420b097a50efa..4bce89b5ea407d87dbb228a931e6530d050992dd 100644 (file)
@@ -293,6 +293,6 @@ config SND_SOC_SOF_INTEL_SOUNDWIRE
          Say Y if you want to enable SoundWire links with SOF.
          If unsure select "N".
 
-endif ## SND_SOC_SOF_INTEL_PCI
+endif ## SND_SOC_SOF_PCI
 
 endif ## SND_SOC_SOF_INTEL_TOPLEVEL