From: Mark Brown Date: Wed, 24 Aug 2011 15:35:32 +0000 (+0100) Subject: ASoC: Correct element count for WM8996 sidetone HPF X-Git-Tag: v3.1-rc9~2^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18036b5866b5e407a28f444a80de186a5d7df767;p=platform%2Fkernel%2Flinux-exynos.git ASoC: Correct element count for WM8996 sidetone HPF I can count. Honest. Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- 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"