Skip to content

Commit

Permalink
ASoC: Correct element count for WM8996 sidetone HPF
Browse files Browse the repository at this point in the history
I can count. Honest.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
  • Loading branch information
Mark Brown committed Aug 24, 2011
1 parent ee1a4d4 commit 18036b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8996.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 18036b5

Please sign in to comment.