From: Mark Brown Date: Thu, 27 Oct 2011 07:47:24 +0000 (+0200) Subject: ASoC: Convert wm8983 MICBIAS to a supply widget X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=605b151ae3e025e69f89db46e878c782fdc6489b;p=mv-sheeva.git ASoC: Convert wm8983 MICBIAS to a supply widget Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm8983.c b/sound/soc/codecs/wm8983.c index 93ee28439be..58e067b5a6a 100644 --- a/sound/soc/codecs/wm8983.c +++ b/sound/soc/codecs/wm8983.c @@ -481,7 +481,8 @@ static const struct snd_soc_dapm_widget wm8983_dapm_widgets[] = { SND_SOC_DAPM_PGA("OUT4 Out", WM8983_POWER_MANAGEMENT_3, 8, 0, NULL, 0), - SND_SOC_DAPM_MICBIAS("Mic Bias", WM8983_POWER_MANAGEMENT_1, 4, 0), + SND_SOC_DAPM_SUPPLY("Mic Bias", WM8983_POWER_MANAGEMENT_1, 4, 0, + NULL, 0), SND_SOC_DAPM_INPUT("LIN"), SND_SOC_DAPM_INPUT("LIP"),