projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afb8662
)
ASoC: codecs: jz4725b: fix spelling mistake "Deemphatize" -> "Deemphasize"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 7 Feb 2019 09:26:42 +0000
(09:26 +0000)
committer
Mark Brown
<broonie@kernel.org>
Thu, 7 Feb 2019 12:10:33 +0000
(12:10 +0000)
There is a spelling mistake in the SOC_SINGLE control name. Fix this.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/jz4725b.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/jz4725b.c
b/sound/soc/codecs/jz4725b.c
index e3dba92f30bd9df14fc7e8c0a1f985526d17a323..24b1b23b99c9ef5e5aed09c9c14aeb9e09ed8d64 100644
(file)
--- a/
sound/soc/codecs/jz4725b.c
+++ b/
sound/soc/codecs/jz4725b.c
@@
-161,7
+161,7
@@
static const struct snd_kcontrol_new jz4725b_codec_controls[] = {
SOC_SINGLE("Master Playback Switch", JZ4725B_CODEC_REG_CR1,
REG_CR1_DAC_MUTE_OFFSET, 1, 1),
- SOC_SINGLE("Deempha
t
ize Filter Playback Switch",
+ SOC_SINGLE("Deempha
s
ize Filter Playback Switch",
JZ4725B_CODEC_REG_CR2,
REG_CR2_DAC_DEEMP_OFFSET, 1, 0),