summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-08-24 15:35:32 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-08-24 16:36:12 (GMT)
commit18036b5866b5e407a28f444a80de186a5d7df767 (patch)
tree0eb9623536a03079a9946d6ea8289129520e9521 /sound
parentee1a4d4b7fcfce31dade9f2ad333b34159cee799 (diff)
downloadlinux-fsl-qoriq-18036b5866b5e407a28f444a80de186a5d7df767.tar.xz
ASoC: Correct element count for WM8996 sidetone HPF
I can count. Honest. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wm8996.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8996.c b/sound/soc/codecs/wm8996.c
index 0936ae5..0cdb9d1 100644
--- a/sound/soc/codecs/wm8996.c
+++ b/sound/soc/codecs/wm8996.c
@@ -420,7 +420,7 @@ static const char *sidetone_hpf_text[] = {
};
static const struct soc_enum sidetone_hpf =
- SOC_ENUM_SINGLE(WM8996_SIDETONE, 7, 6, sidetone_hpf_text);
+ SOC_ENUM_SINGLE(WM8996_SIDETONE, 7, 7, sidetone_hpf_text);
static const char *hpf_mode_text[] = {
"HiFi", "Custom", "Voice"