]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ASoC: Intel: byt-max98090: Move MICBIAS widget to supply of Headset Mic
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Mon, 23 Jun 2014 13:29:37 +0000 (16:29 +0300)
committerMark Brown <broonie@linaro.org>
Tue, 24 Jun 2014 15:20:42 +0000 (16:20 +0100)
Move "MICBIAS" as a supply widget to "Headset Mic" instead of keeping it
between input pin "IN34" and "Headset Mic".

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/intel/byt-max98090.c

index 5fc98c64a3f41c3b19cfe975f15830afd4bd0cfa..a3c5f02a60fc57f05a4ef842881213a76349a744 100644 (file)
@@ -39,8 +39,7 @@ static const struct snd_soc_dapm_widget byt_max98090_widgets[] = {
 
 static const struct snd_soc_dapm_route byt_max98090_audio_map[] = {
        {"IN34", NULL, "Headset Mic"},
-       {"IN34", NULL, "MICBIAS"},
-       {"MICBIAS", NULL, "Headset Mic"},
+       {"Headset Mic", NULL, "MICBIAS"},
        {"DMICL", NULL, "Int Mic"},
        {"Headphone", NULL, "HPL"},
        {"Headphone", NULL, "HPR"},