Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: sdw_utils: Add quirk to ignore RT722 DMIC DAI

When the device uses the host DMIC as the capture source, add CODEC_MIC
quirk to exclude the RT722 codec DMIC DAI link.

Signed-off-by: Mac Chiang <mac.chiang@intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Liam Girdwood <liam.r.girdwood@intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://patch.msgid.link/20260125111837.2386530-1-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Mac Chiang and committed by
Mark Brown
3febba21 10d366a8

+2
+2
sound/soc/sdw_utils/soc_sdw_utils.c
··· 506 506 .dai_type = SOC_SDW_DAI_TYPE_MIC, 507 507 .dailink = {SOC_SDW_UNUSED_DAI_ID, SOC_SDW_DMIC_DAI_ID}, 508 508 .rtd_init = asoc_sdw_rt_dmic_rtd_init, 509 + .quirk = SOC_SDW_CODEC_MIC, 510 + .quirk_exclude = true, 509 511 }, 510 512 }, 511 513 .dai_num = 3,