From: Mark Brown Date: Thu, 27 Oct 2011 07:47:53 +0000 (+0200) Subject: ASoC: Convert wm8988 MICBIAS to a supply widget X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=be48f20d8fe2e4c5998f38dd71c79f97c6fced4c;p=mv-sheeva.git ASoC: Convert wm8988 MICBIAS to a supply widget Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm8988.c b/sound/soc/codecs/wm8988.c index 2e9eba717d1..514189d1923 100644 --- a/sound/soc/codecs/wm8988.c +++ b/sound/soc/codecs/wm8988.c @@ -267,7 +267,7 @@ static const struct snd_kcontrol_new wm8988_monomux_controls = SOC_DAPM_ENUM("Route", monomux); static const struct snd_soc_dapm_widget wm8988_dapm_widgets[] = { - SND_SOC_DAPM_MICBIAS("Mic Bias", WM8988_PWR1, 1, 0), + SND_SOC_DAPM_SUPPLY("Mic Bias", WM8988_PWR1, 1, 0, NULL, 0), SND_SOC_DAPM_MUX("Differential Mux", SND_SOC_NOPM, 0, 0, &wm8988_diffmux_controls),