diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-27 03:46:17 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-31 15:08:04 -0400 |
commit | 187774cbe3b67a3ea644cfbf9b57e7695ab37558 (patch) | |
tree | 4d8dfa2685aadfdaa427fa63096c0b4fb776ebd1 /sound/soc/codecs/wm8960.c | |
parent | 20abf088792b2ae5e1c16159aef7d742722f967c (diff) |
ASoC: Convert wm8960 MICBIAS to a supply widget
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8960.c')
-rw-r--r-- | sound/soc/codecs/wm8960.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8960.c b/sound/soc/codecs/wm8960.c index 2df253c18568..6e22f9b3d967 100644 --- a/sound/soc/codecs/wm8960.c +++ b/sound/soc/codecs/wm8960.c | |||
@@ -265,7 +265,7 @@ SND_SOC_DAPM_INPUT("RINPUT2"), | |||
265 | SND_SOC_DAPM_INPUT("LINPUT3"), | 265 | SND_SOC_DAPM_INPUT("LINPUT3"), |
266 | SND_SOC_DAPM_INPUT("RINPUT3"), | 266 | SND_SOC_DAPM_INPUT("RINPUT3"), |
267 | 267 | ||
268 | SND_SOC_DAPM_MICBIAS("MICB", WM8960_POWER1, 1, 0), | 268 | SND_SOC_DAPM_SUPPLY("MICB", WM8960_POWER1, 1, 0, NULL, 0), |
269 | 269 | ||
270 | SND_SOC_DAPM_MIXER("Left Boost Mixer", WM8960_POWER1, 5, 0, | 270 | SND_SOC_DAPM_MIXER("Left Boost Mixer", WM8960_POWER1, 5, 0, |
271 | wm8960_lin_boost, ARRAY_SIZE(wm8960_lin_boost)), | 271 | wm8960_lin_boost, ARRAY_SIZE(wm8960_lin_boost)), |