]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/soc/omap/zoom2.c
ASoC: twl4030: Convert MICBIAS to SUPPLY widget
[karo-tx-linux.git] / sound / soc / omap / zoom2.c
index 5845d487d27361c31813a8963bc4201575280fe2..62a6b02d9b368c6d3c79b392a949f1c3b9797035 100644 (file)
@@ -69,11 +69,11 @@ static const struct snd_soc_dapm_widget zoom2_twl4030_dapm_widgets[] = {
 };
 
 static const struct snd_soc_dapm_route audio_map[] = {
-       /* External Mics: MAINMIC, SUBMIC with bias*/
-       {"MAINMIC", NULL, "Mic Bias 1"},
-       {"SUBMIC", NULL, "Mic Bias 2"},
-       {"Mic Bias 1", NULL, "Ext Mic"},
-       {"Mic Bias 2", NULL, "Ext Mic"},
+       /* External Mics: MAINMIC, SUBMIC with bias */
+       {"MAINMIC", NULL, "Ext Mic"},
+       {"SUBMIC", NULL, "Ext Mic"},
+       {"Ext Mic", NULL, "Mic Bias 1"},
+       {"Ext Mic", NULL, "Mic Bias 2"},
 
        /* External Speakers: HFL, HFR */
        {"Ext Spk", NULL, "HFL"},
@@ -84,8 +84,8 @@ static const struct snd_soc_dapm_route audio_map[] = {
        {"Headset Stereophone", NULL, "HSOR"},
 
        /* Headset Mic: HSMIC with bias */
-       {"HSMIC", NULL, "Headset Mic Bias"},
-       {"Headset Mic Bias", NULL, "Headset Mic"},
+       {"HSMIC", NULL, "Headset Mic"},
+       {"Headset Mic", NULL, "Headset Mic Bias"},
 
        /* Aux In: AUXL, AUXR */
        {"Aux In", NULL, "AUXL"},