projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbd2317
)
ASoC: cs42l42: Fix comment typo in cs42l42_slow_start_put()
author
Richard Fitzgerald
<rf@opensource.cirrus.com>
Wed, 17 Aug 2022 12:23:46 +0000
(13:23 +0100)
committer
Mark Brown
<broonie@kernel.org>
Wed, 17 Aug 2022 12:58:49 +0000
(13:58 +0100)
Fix "much change together" to "must change together".
It's probably obvious what was meant but it's nice to fix it.
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link:
https://lore.kernel.org/r/20220817122347.1356773-5-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs42l42.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/cs42l42.c
b/sound/soc/codecs/cs42l42.c
index abe3f91274fb215ec8750040df79f3fb9b9efc13..40d5a2d98f2ff84d426e45313d3e750ce1b26196 100644
(file)
--- a/
sound/soc/codecs/cs42l42.c
+++ b/
sound/soc/codecs/cs42l42.c
@@
-403,7
+403,7
@@
static int cs42l42_slow_start_put(struct snd_kcontrol *kcontrol,
struct snd_soc_component *component = snd_soc_kcontrol_component(kcontrol);
u8 val;
- /* all bits of SLOW_START_EN mu
ch
change together */
+ /* all bits of SLOW_START_EN mu
st
change together */
switch (ucontrol->value.integer.value[0]) {
case 0:
val = 0;