]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
ASoC: SOF: Intel: remove mutual exclusion between NOCODEC and HDA_LINK
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Fri, 12 May 2023 18:17:02 +0000 (13:17 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 15 May 2023 11:14:04 +0000 (20:14 +0900)
The nocodec mode served two purposes so far
a) generate a test driver for DMIC/SSP without any codec connected
b) make sure the use of snd_hdac_ libraries was contained

b) is no longer an option for LunarLake, the HDaudio DMA is used for
DMIC/SSP and the HDA_LINK option needs to be enabled.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com
Reviewed-by: Rander Wang <rander.wang@intel.com
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com
Link: https://lore.kernel.org/r/20230512181702.117483-10-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org
sound/soc/sof/intel/Kconfig

index 88529a6cb20d19c7efa27b6ef4ee91f5a744e5e7..69c1a370d3b610e1810aae46c36b5011b40e09fb 100644 (file)
@@ -284,7 +284,6 @@ if SND_SOC_SOF_HDA_COMMON
 
 config SND_SOC_SOF_HDA_LINK
        bool "SOF support for HDA Links(HDA/HDMI)"
-       depends on SND_SOC_SOF_NOCODEC_SUPPORT=n
        help
          This adds support for HDA links(HDA/HDMI) with Sound Open Firmware
          for Intel(R) platforms.