Skip to content

Commit 5f650cf

Browse files
simontrimmerbardliao
authored andcommitted
ASoC: Intel: sof_sdw: Add a dev_dbg message for the SOC_SDW_CODEC_MIC quirk
Add debug message when SOC_SDW_CODEC_MIC is enabled (which informs the machine driver to not bind in the cs42l43 microphone DAI link). Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
1 parent 9735501 commit 5f650cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sound/soc/intel/boards/sof_sdw.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ static void log_quirks(struct device *dev)
4444
dev_dbg(dev, "quirk SOC_SDW_CODEC_SPKR enabled\n");
4545
if (sof_sdw_quirk & SOC_SDW_SIDECAR_AMPS)
4646
dev_dbg(dev, "quirk SOC_SDW_SIDECAR_AMPS enabled\n");
47+
if (sof_sdw_quirk & SOC_SDW_CODEC_MIC)
48+
dev_dbg(dev, "quirk SOC_SDW_CODEC_MIC enabled\n");
4749
}
4850

4951
static int sof_sdw_quirk_cb(const struct dmi_system_id *id)

0 commit comments

Comments
 (0)