未验证 提交 6b6bb5e2 编写于 作者: C Colin Ian King 提交者: Mark Brown

ASoC: atmel: mchp-pdmc: Fix spelling mistake "microchopnes" -> "microphones"

There is a spelling mistake in a dev_info message. Fix it.
Signed-off-by: NColin Ian King <colin.i.king@gmail.com>
Reviewed-by: NCodrin Ciubotariu <codrin.ciubotariu@microchip.com>
Link: https://lore.kernel.org/r/20220309164116.178685-1-colin.i.king@gmail.comSigned-off-by: NMark Brown <broonie@kernel.org>
上级 3b891513
...@@ -892,7 +892,7 @@ static int mchp_pdmc_dt_init(struct mchp_pdmc *dd) ...@@ -892,7 +892,7 @@ static int mchp_pdmc_dt_init(struct mchp_pdmc *dd)
dd->mic_no /= 2; dd->mic_no /= 2;
dev_info(dd->dev, "%d PDM microchopnes declared\n", dd->mic_no); dev_info(dd->dev, "%d PDM microphones declared\n", dd->mic_no);
/* by default, we consider the order of microphones in mchp,mic-pos to /* by default, we consider the order of microphones in mchp,mic-pos to
* be the same with the channel mapping; 1st microphone channel 0, 2nd * be the same with the channel mapping; 1st microphone channel 0, 2nd
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册