]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - sound/soc/codecs/wm8962.c
Merge branch 'topic/asoc' into for-linus
[mirror_ubuntu-artful-kernel.git] / sound / soc / codecs / wm8962.c
index 5bcb350bacc1db320afef47680fb92c17ae0596a..15d467ff91b496b6bb72dfbdd5eb4c9bfb5500fa 100644 (file)
@@ -1988,7 +1988,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);