diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-02-07 10:26:42 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-02-07 13:10:33 +0100 |
commit | 6c3e6302364aa5d152e0f5f81d550fdbc7bb8d38 (patch) | |
tree | 36879a2243efe8cce1279f790e5a3e7b09743c68 /sound/soc/codecs/jz4725b.c | |
parent | ASoC: wcd9335: fix semicolon.cocci warnings (diff) | |
download | linux-6c3e6302364aa5d152e0f5f81d550fdbc7bb8d38.tar.xz linux-6c3e6302364aa5d152e0f5f81d550fdbc7bb8d38.zip |
ASoC: codecs: jz4725b: fix spelling mistake "Deemphatize" -> "Deemphasize"
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>
Diffstat (limited to 'sound/soc/codecs/jz4725b.c')
-rw-r--r-- | sound/soc/codecs/jz4725b.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/jz4725b.c b/sound/soc/codecs/jz4725b.c index e3dba92f30bd..24b1b23b99c9 100644 --- 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("Deemphatize Filter Playback Switch", + SOC_SINGLE("Deemphasize Filter Playback Switch", JZ4725B_CODEC_REG_CR2, REG_CR2_DAC_DEEMP_OFFSET, 1, 0), |