diff options
author | Gu Shengxian <gushengxian@yulong.com> | 2021-07-06 13:02:30 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-07-12 01:48:33 +0300 |
commit | 55233b22502151e0b2d9cc599e1ddf1f5584c87a (patch) | |
tree | c82c8987845c192eb6bcf6fc3de330a2146a0fa3 /sound/soc/atmel/tse850-pcm5142.c | |
parent | 999abd7a8c5dc52c5bfca71cdba98642dad5a0be (diff) | |
download | linux-55233b22502151e0b2d9cc599e1ddf1f5584c87a.tar.xz |
ASoC: atmel: fix spelling mistakes
Fix some spelling mistakes as follows:
regaedles ==> regardless
prezent ==> present
underrrun ==> underrun
controlls ==> controls
Signed-off-by: Gu Shengxian <gushengxian@yulong.com>
Link: https://lore.kernel.org/r/20210706100230.32633-1-gushengxian507419@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/atmel/tse850-pcm5142.c')
-rw-r--r-- | sound/soc/atmel/tse850-pcm5142.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/atmel/tse850-pcm5142.c b/sound/soc/atmel/tse850-pcm5142.c index 59e2edb22b3a..50c3dc6936f9 100644 --- a/sound/soc/atmel/tse850-pcm5142.c +++ b/sound/soc/atmel/tse850-pcm5142.c @@ -23,7 +23,7 @@ // IN2 +---o--+------------+--o---+ OUT2 // loop2 relays // -// The 'loop1' gpio pin controlls two relays, which are either in loop +// The 'loop1' gpio pin controls two relays, which are either in loop // position, meaning that input and output are directly connected, or // they are in mixer position, meaning that the signal is passed through // the 'Sum' mixer. Similarly for 'loop2'. |