Skip to content

Commit 15595ab

Browse files
bardliaoranj063
authored andcommitted
ASoC: Intel: sof_sdw: reduce log level for not using internal dmic
ctx->ignore_internal_dmic is set when there is a dedicated SoundWire DMIC is in the system. In other words, ignoring internal DMIC is expected, not an error. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent 5f8f2d0 commit 15595ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/intel/boards/sof_sdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ static int sof_card_dai_links_create(struct snd_soc_card *card)
11361136

11371137
/* enable dmic01 & dmic16k */
11381138
if (ctx->ignore_internal_dmic) {
1139-
dev_warn(dev, "Ignoring internal DMIC\n");
1139+
dev_dbg(dev, "SoundWire DMIC is used, ignoring internal DMIC\n");
11401140
mach_params->dmic_num = 0;
11411141
} else if (mach_params->dmic_num) {
11421142
dmic_num = 2;

0 commit comments

Comments
 (0)