]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: wm8962: Fix sidetone enumeration texts
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 14 Feb 2012 06:00:47 +0000 (22:00 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Mar 2012 00:33:36 +0000 (16:33 -0800)
commit 31794bc37bf2db84f085da52b72bfba65739b2d2 upstream.

The sidetone enumeration texts have left and right swapped.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/codecs/wm8962.c

index 6d0cae4681bd4c1d45583f29b7a86d5289bf1a64..c850e3d84ed00b300f67c9b17d1006ed0903d9e2 100644 (file)
@@ -2373,7 +2373,7 @@ static int out_pga_event(struct snd_soc_dapm_widget *w,
        }
 }
 
-static const char *st_text[] = { "None", "Right", "Left" };
+static const char *st_text[] = { "None", "Left", "Right" };
 
 static const struct soc_enum str_enum =
        SOC_ENUM_SINGLE(WM8962_DAC_DSP_MIXING_1, 2, 3, st_text);