Skip to content

Commit 69f3014

Browse files
algonellbroonie
authored andcommitted
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>
1 parent afe671a commit 69f3014

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/tlv320aic31xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ static int aic31xx_setup_pll(struct snd_soc_component *component,
895895
dev_err(component->dev,
896896
"%s: Sample rate (%u) and format not supported\n",
897897
__func__, params_rate(params));
898-
/* See bellow for details how fix this. */
898+
/* See below for details on how to fix this. */
899899
return -EINVAL;
900900
}
901901
if (bclk_score != 0) {

0 commit comments

Comments
 (0)