diff options
| author | Pierre-Louis Bossart <[email protected]> | 2023-05-12 13:17:02 -0500 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2023-05-15 20:14:04 +0900 |
| commit | fdecd4aaf80af23f946ad97f6fb90c1f553fcdcc (patch) | |
| tree | b2ba8a11a99b69376b2ec1607c4c381c836cd126 | |
| parent | 746a78c2864ca90e4a8783838adf6d765f6282da (diff) | |
ASoC: SOF: Intel: remove mutual exclusion between NOCODEC and HDA_LINK
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 <[email protected]
Reviewed-by: Péter Ujfalusi <[email protected]
Reviewed-by: Rander Wang <[email protected]
Reviewed-by: Bard Liao <[email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]
| -rw-r--r-- | sound/soc/sof/intel/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sof/intel/Kconfig b/sound/soc/sof/intel/Kconfig index 88529a6cb20d..69c1a370d3b6 100644 --- a/sound/soc/sof/intel/Kconfig +++ b/sound/soc/sof/intel/Kconfig @@ -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. |