[alsa-devel] [PATCH] ASoC: Correct element count for WM8996 sidetone HPF
Liam Girdwood
lrg at ti.com
Wed Aug 24 18:02:03 CEST 2011
On 24/08/11 16:36, Mark Brown wrote:
> I can count. Honest.
>
Hehe
> Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
> ---
> sound/soc/codecs/wm8996.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sound/soc/codecs/wm8996.c b/sound/soc/codecs/wm8996.c
> index 73a1588..3c9080f 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"
Acked-by: Liam Girdwood <lrg at ti.com>
More information about the Alsa-devel
mailing list