Skip to content

Commit 62793a8

Browse files
macchianlgirdwood
authored andcommitted
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>
1 parent 93b8644 commit 62793a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/soc/sdw_utils/soc_sdw_utils.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,8 @@ struct asoc_sdw_codec_info codec_info_list[] = {
492492
.dai_type = SOC_SDW_DAI_TYPE_MIC,
493493
.dailink = {SOC_SDW_UNUSED_DAI_ID, SOC_SDW_DMIC_DAI_ID},
494494
.rtd_init = asoc_sdw_rt_dmic_rtd_init,
495+
.quirk = SOC_SDW_CODEC_MIC,
496+
.quirk_exclude = true,
495497
},
496498
},
497499
.dai_num = 3,

0 commit comments

Comments
 (0)