]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: sdw_utils: Add quirk to ignore RT712 CODEC_MIC
authorMac Chiang <mac.chiang@intel.com>
Fri, 8 May 2026 09:32:23 +0000 (17:32 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 11 May 2026 01:04:00 +0000 (10:04 +0900)
commit9c37daee7c17fa17e8d41089ee1f658b06cb672a
tree08e827142125573880ed3a5b7d30c786fed378ee
parent5d6919055dec134de3c40167a490f33c74c12581
ASoC: sdw_utils: Add quirk to ignore RT712 CODEC_MIC

Some devices do not use CODEC_MIC but use the host PCH_DMIC
instead. Add a quirk to skip the CODEC_MIC DAI when it is not present
in disco table, ensuring the correct capture device is used.

If CODEC_MIC is present, it continues to be used as default.

Fixes: 9489db97f6f0 ("ASoC: sdw_utils: add SmartMic DAI for RT712 VB")
Signed-off-by: Mac Chiang <mac.chiang@intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://patch.msgid.link/20260508093224.1246282-2-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sdw_utils/soc_sdw_utils.c