From: Mark Brown Date: Thu, 27 Oct 2011 07:47:09 +0000 (+0200) Subject: ASoC: Convert wm8974 MICBIAS to a supply widget X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=48dd231b0bb3a51f5c13e5b53f4e8d798f8d828e;p=mv-sheeva.git ASoC: Convert wm8974 MICBIAS to a supply widget Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm8974.c b/sound/soc/codecs/wm8974.c index 9352f1e088d..7bd35b8fdcd 100644 --- a/sound/soc/codecs/wm8974.c +++ b/sound/soc/codecs/wm8974.c @@ -226,7 +226,7 @@ SND_SOC_DAPM_MIXER("Input PGA", WM8974_POWER2, 2, 0, wm8974_inpga, SND_SOC_DAPM_MIXER("Boost Mixer", WM8974_POWER2, 4, 0, wm8974_boost_mixer, ARRAY_SIZE(wm8974_boost_mixer)), -SND_SOC_DAPM_MICBIAS("Mic Bias", WM8974_POWER1, 4, 0), +SND_SOC_DAPM_SUPPLY("Mic Bias", WM8974_POWER1, 4, 0, NULL, 0), SND_SOC_DAPM_INPUT("MICN"), SND_SOC_DAPM_INPUT("MICP"),