Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Andrew Kreimer and committed by
Mark Brown
69f30142 afe671ac

+1 -1
+1 -1
sound/soc/codecs/tlv320aic31xx.c
··· 895 895 dev_err(component->dev, 896 896 "%s: Sample rate (%u) and format not supported\n", 897 897 __func__, params_rate(params)); 898 - /* See bellow for details how fix this. */ 898 + /* See below for details on how to fix this. */ 899 899 return -EINVAL; 900 900 } 901 901 if (bclk_score != 0) {