diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-27 03:48:39 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-31 15:06:18 -0400 |
commit | b6406a80278a09d19c31717e68312dbd59dd51fc (patch) | |
tree | f4dc7702b36a4705c80b174e9adc2cee78c9de24 /sound/soc/codecs/wm8991.c | |
parent | 9ce316236b572b437a9a96234a8cc9664927c0c0 (diff) |
ASoC: Convert wm8991 MICBIAS to a supply widget
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8991.c')
-rw-r--r-- | sound/soc/codecs/wm8991.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8991.c b/sound/soc/codecs/wm8991.c index c9ab3ba9bced..1d46d59c82a3 100644 --- a/sound/soc/codecs/wm8991.c +++ b/sound/soc/codecs/wm8991.c | |||
@@ -770,8 +770,8 @@ static const struct snd_soc_dapm_widget wm8991_dapm_widgets[] = { | |||
770 | NULL, 0), | 770 | NULL, 0), |
771 | 771 | ||
772 | /* MICBIAS */ | 772 | /* MICBIAS */ |
773 | SND_SOC_DAPM_MICBIAS("MICBIAS", WM8991_POWER_MANAGEMENT_1, | 773 | SND_SOC_DAPM_SUPPLY("MICBIAS", WM8991_POWER_MANAGEMENT_1, |
774 | WM8991_MICBIAS_ENA_BIT, 0), | 774 | WM8991_MICBIAS_ENA_BIT, 0, NULL, 0), |
775 | 775 | ||
776 | SND_SOC_DAPM_OUTPUT("LON"), | 776 | SND_SOC_DAPM_OUTPUT("LON"), |
777 | SND_SOC_DAPM_OUTPUT("LOP"), | 777 | SND_SOC_DAPM_OUTPUT("LOP"), |