ASoC: wm8962: Fix sidetone enumeration texts
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 14 Feb 2012 06:00:47 +0000 (22:00 -0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 14 Feb 2012 21:54:45 +0000 (13:54 -0800)
The sidetone enumeration texts have left and right swapped.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
sound/soc/codecs/wm8962.c

index 29c4b02..0ac228b 100644 (file)
@@ -2564,7 +2564,7 @@ static int dsp2_event(struct snd_soc_dapm_widget *w,
        return 0;
 }
 
-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);