mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 14:09:38 -04:00
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> Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Liam Girdwood <liam.r.girdwood@intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Link: https://patch.msgid.link/20241206075903.195730-3-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
@@ -1109,7 +1109,7 @@ static int sof_card_dai_links_create(struct snd_soc_card *card)
|
||||
|
||||
/* enable dmic01 & dmic16k */
|
||||
if (ctx->ignore_internal_dmic) {
|
||||
dev_warn(dev, "Ignoring internal DMIC\n");
|
||||
dev_dbg(dev, "SoundWire DMIC is used, ignoring internal DMIC\n");
|
||||
mach_params->dmic_num = 0;
|
||||
} else if (mach_params->dmic_num) {
|
||||
dmic_num = 2;
|
||||
|
||||
Reference in New Issue
Block a user