[alsa-devel] [PATCH] ASoC: wm8962: Fix sidetone enumeration texts
14 Feb
2012
14 Feb
'12
7:02 a.m.
The sidetone enumeration texts have left and right swapped.
Signed-off-by: Mark Brown broonie@opensource.wolfsonmicro.com --- sound/soc/codecs/wm8962.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index 85f71a7..0fc7a56 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c @@ -2001,7 +2001,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);
--
1.7.9.rc1
4696
Age (days ago)
4696
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mark Brown