ASoC: Convert WM8962 MICBIAS to a supply widget
[deliverable/linux.git] / sound / soc / samsung / speyside_wm8962.c
index 98b28eac412075c7edf97cfc616515a108d9e040..35539eb8fa0995fff0d4b3529d202b339e6dec42 100644 (file)
@@ -152,12 +152,12 @@ static struct snd_soc_dapm_route audio_paths[] = {
        { "Main Speaker", NULL, "SPKOUTL" },
        { "Main Speaker", NULL, "SPKOUTR" },
 
-       { "MICBIAS", NULL, "Headset Mic" },
-       { "IN4L", NULL, "MICBIAS" },
-       { "IN4R", NULL, "MICBIAS" },
+       { "Headset Mic", NULL, "MICBIAS" },
+       { "IN4L", NULL, "Headset Mic" },
+       { "IN4R", NULL, "Headset Mic" },
 
-       { "MICBIAS", NULL, "DMIC" },
-       { "DMICDAT", NULL, "MICBIAS" },
+       { "DMIC", NULL, "MICBIAS" },
+       { "DMICDAT", NULL, "DMIC" },
 };
 
 static struct snd_soc_jack speyside_wm8962_headset;
This page took 0.026106 seconds and 5 git commands to generate.