ASoC: tlv320aic3x: Convert mic bias to a supply widget
[deliverable/linux.git] / sound / soc / omap / rx51.c
index d921ddbe3ecbd2fdaa11ca1f14b1e8a7e20c4286..3cd5257489759b41a053aca0e10955f7df1ae8b5 100644 (file)
@@ -248,16 +248,16 @@ static const struct snd_soc_dapm_route audio_map[] = {
        {"FM Transmitter", NULL, "LLOUT"},
        {"FM Transmitter", NULL, "RLOUT"},
 
-       {"DMic Rate 64", NULL, "Mic Bias 2V"},
-       {"Mic Bias 2V", NULL, "DMic"},
+       {"DMic Rate 64", NULL, "Mic Bias"},
+       {"Mic Bias", NULL, "DMic"},
 };
 
 static const struct snd_soc_dapm_route audio_mapb[] = {
        {"b LINE2R", NULL, "MONO_LOUT"},
        {"Earphone", NULL, "b HPLOUT"},
 
-       {"LINE1L", NULL, "b Mic Bias 2.5V"},
-       {"b Mic Bias 2.5V", NULL, "HS Mic"}
+       {"LINE1L", NULL, "b Mic Bias"},
+       {"b Mic Bias", NULL, "HS Mic"}
 };
 
 static const char *spk_function[] = {"Off", "On"};
This page took 0.063681 seconds and 5 git commands to generate.