From: Pierre-Louis Bossart Date: Fri, 12 May 2023 18:17:02 +0000 (-0500) Subject: ASoC: SOF: Intel: remove mutual exclusion between NOCODEC and HDA_LINK X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fdecd4aaf80af23f946ad97f6fb90c1f553fcdcc;p=linux.git 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