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

ASoC: meson: aiu: Fix spelling mistake "Unsupport" -> "Unsupported"

There is a spelling mistake in a dev_err error message. Fix it.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Acked-by: NMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20210924231242.144692-1-colin.king@canonical.comSigned-off-by: NMark Brown <broonie@kernel.org>
上级 9208d3ca
...@@ -113,7 +113,7 @@ static int aiu_encoder_spdif_hw_params(struct snd_pcm_substream *substream, ...@@ -113,7 +113,7 @@ static int aiu_encoder_spdif_hw_params(struct snd_pcm_substream *substream,
val |= AIU_958_MISC_MODE_32BITS; val |= AIU_958_MISC_MODE_32BITS;
break; break;
default: default:
dev_err(dai->dev, "Unsupport physical width\n"); dev_err(dai->dev, "Unsupported physical width\n");
return -EINVAL; return -EINVAL;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册