Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31794bc3 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: wm8962: Fix sidetone enumeration texts



The sidetone enumeration texts have left and right swapped.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
parent 1987877d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);