Skip to content

Commit

Permalink
ASoC: Intel: sof_sdw: Add a dev_dbg message for the SOC_SDW_CODEC_MIC…
Browse files Browse the repository at this point in the history
… 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>
  • Loading branch information
simontrimmer committed Nov 21, 2024
1 parent 7560e05 commit e03ec26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/intel/boards/sof_sdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ static void log_quirks(struct device *dev)
dev_dbg(dev, "quirk SOC_SDW_CODEC_SPKR enabled\n");
if (sof_sdw_quirk & SOC_SDW_SIDECAR_AMPS)
dev_dbg(dev, "quirk SOC_SDW_SIDECAR_AMPS enabled\n");
if (sof_sdw_quirk & SOC_SDW_CODEC_MIC)
dev_dbg(dev, "quirk SOC_SDW_CODEC_MIC enabled\n");
}

static int sof_sdw_quirk_cb(const struct dmi_system_id *id)
Expand Down

0 comments on commit e03ec26

Please sign in to comment.