ASoC: tlv320aic31xx: Fix typos

Fix typos in comments.

Reported-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Link: https://patch.msgid.link/20240910211302.8909-1-algonell@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Andrew Kreimer 2024-09-11 00:12:41 +03:00 committed by Mark Brown
parent afe671ac3e
commit 69f3014248
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -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) {