aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8988.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-10-27 03:47:53 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-10-31 15:06:30 -0400
commitbe48f20d8fe2e4c5998f38dd71c79f97c6fced4c (patch)
tree14b318905b61d2049f2602c6c5e2f4dfe6eade7a /sound/soc/codecs/wm8988.c
parente1fc3f21c22023b0bb6859c896f1bca979f5cfcc (diff)
ASoC: Convert wm8988 MICBIAS to a supply widget
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8988.c')
-rw-r--r--sound/soc/codecs/wm8988.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8988.c b/sound/soc/codecs/wm8988.c
index 2e9eba717d1a..514189d1923e 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 =
267 SOC_DAPM_ENUM("Route", monomux); 267 SOC_DAPM_ENUM("Route", monomux);
268 268
269static const struct snd_soc_dapm_widget wm8988_dapm_widgets[] = { 269static const struct snd_soc_dapm_widget wm8988_dapm_widgets[] = {
270 SND_SOC_DAPM_MICBIAS("Mic Bias", WM8988_PWR1, 1, 0), 270 SND_SOC_DAPM_SUPPLY("Mic Bias", WM8988_PWR1, 1, 0, NULL, 0),
271 271
272 SND_SOC_DAPM_MUX("Differential Mux", SND_SOC_NOPM, 0, 0, 272 SND_SOC_DAPM_MUX("Differential Mux", SND_SOC_NOPM, 0, 0,
273 &wm8988_diffmux_controls), 273 &wm8988_diffmux_controls),