From: Mark Brown Date: Thu, 27 Oct 2011 07:46:53 +0000 (+0200) Subject: ASoC: Convert wm8971 MICBIAS to a supply widget X-Git-Tag: next-20111110~26^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7d6f6b0f39c41f681e152cd9b1e54246ddb73028;p=karo-tx-linux.git ASoC: Convert wm8971 MICBIAS to a supply widget Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm8971.c b/sound/soc/codecs/wm8971.c index b444b297d0b2..3a06a95dd96f 100644 --- a/sound/soc/codecs/wm8971.c +++ b/sound/soc/codecs/wm8971.c @@ -224,7 +224,7 @@ static const struct snd_soc_dapm_widget wm8971_dapm_widgets[] = { SND_SOC_DAPM_DAC("Left DAC", "Left Playback", WM8971_PWR2, 8, 0), SND_SOC_DAPM_PGA("Mono Out 1", WM8971_PWR2, 2, 0, NULL, 0), - SND_SOC_DAPM_MICBIAS("Mic Bias", WM8971_PWR1, 1, 0), + SND_SOC_DAPM_SUPPLY("Mic Bias", WM8971_PWR1, 1, 0, NULL, 0), SND_SOC_DAPM_ADC("Right ADC", "Right Capture", WM8971_PWR1, 2, 0), SND_SOC_DAPM_ADC("Left ADC", "Left Capture", WM8971_PWR1, 3, 0),