提交 e5637515 编写于 作者: C Colin Ian King 提交者: Mark Brown

ASoC: tas5086: fix typo: "Inavlid" -> "Invalid"

trivial typo fix in dev_err message
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 29b4817d
...@@ -387,7 +387,7 @@ static int tas5086_hw_params(struct snd_pcm_substream *substream, ...@@ -387,7 +387,7 @@ static int tas5086_hw_params(struct snd_pcm_substream *substream,
val = index_in_array(tas5086_ratios, ARRAY_SIZE(tas5086_ratios), val = index_in_array(tas5086_ratios, ARRAY_SIZE(tas5086_ratios),
priv->mclk / priv->rate); priv->mclk / priv->rate);
if (val < 0) { if (val < 0) {
dev_err(codec->dev, "Inavlid MCLK / Fs ratio\n"); dev_err(codec->dev, "Invalid MCLK / Fs ratio\n");
return -EINVAL; return -EINVAL;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册