From: Jarkko Nikula Date: Mon, 23 Jun 2014 13:29:37 +0000 (+0300) Subject: ASoC: Intel: byt-max98090: Move MICBIAS widget to supply of Headset Mic X-Git-Tag: v3.17-rc1~101^2~5^2~20^2~1^3~6 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a5b37bf36f541dd06d876f9a3743abc224a25fd3;p=karo-tx-linux.git ASoC: Intel: byt-max98090: Move MICBIAS widget to supply of Headset Mic 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 Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/byt-max98090.c b/sound/soc/intel/byt-max98090.c index 5fc98c64a3f4..a3c5f02a60fc 100644 --- a/sound/soc/intel/byt-max98090.c +++ b/sound/soc/intel/byt-max98090.c @@ -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"},