projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e744619
)
ASoC: wm8904: fix spelling mistake: "Caputure" -> "Capture"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 18 May 2018 09:04:07 +0000
(10:04 +0100)
committer
Mark Brown
<broonie@kernel.org>
Fri, 18 May 2018 09:11:10 +0000
(10:11 +0100)
Trivial fix to spelling mistake in SOC_ENUM literal string
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8904.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8904.c
b/sound/soc/codecs/wm8904.c
index 20fdcae06c6b1db24bd7d86036b61c7c4c27ef2b..f13ef334c0d728dec446c24b7da63d0fa1d4fdc3 100644
(file)
--- a/
sound/soc/codecs/wm8904.c
+++ b/
sound/soc/codecs/wm8904.c
@@
-596,7
+596,7
@@
static const struct snd_kcontrol_new wm8904_adc_snd_controls[] = {
SOC_DOUBLE_R_TLV("Digital Capture Volume", WM8904_ADC_DIGITAL_VOLUME_LEFT,
WM8904_ADC_DIGITAL_VOLUME_RIGHT, 1, 119, 0, digital_tlv),
-SOC_ENUM("Left Cap
u
ture Mode", lin_mode),
+SOC_ENUM("Left Capture Mode", lin_mode),
SOC_ENUM("Right Capture Mode", rin_mode),
/* No TLV since it depends on mode */