Commit 69f30142 authored by Andrew Kreimer's avatar Andrew Kreimer Committed by Mark Brown

ASoC: tlv320aic31xx: Fix typos

Fix typos in comments.
Reported-by: default avatarMatthew Wilcox <willy@infradead.org>
Signed-off-by: default avatarAndrew Kreimer <algonell@gmail.com>
Link: https://patch.msgid.link/20240910211302.8909-1-algonell@gmail.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent afe671ac
......@@ -895,7 +895,7 @@ static int aic31xx_setup_pll(struct snd_soc_component *component,
dev_err(component->dev,
"%s: Sample rate (%u) and format not supported\n",
__func__, params_rate(params));
/* See bellow for details how fix this. */
/* See below for details on how to fix this. */
return -EINVAL;
}
if (bclk_score != 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment