Commit 605b151a authored by Mark Brown's avatar Mark Brown

ASoC: Convert wm8983 MICBIAS to a supply widget

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 812f8a35
...@@ -481,7 +481,8 @@ static const struct snd_soc_dapm_widget wm8983_dapm_widgets[] = { ...@@ -481,7 +481,8 @@ static const struct snd_soc_dapm_widget wm8983_dapm_widgets[] = {
SND_SOC_DAPM_PGA("OUT4 Out", WM8983_POWER_MANAGEMENT_3, SND_SOC_DAPM_PGA("OUT4 Out", WM8983_POWER_MANAGEMENT_3,
8, 0, NULL, 0), 8, 0, NULL, 0),
SND_SOC_DAPM_MICBIAS("Mic Bias", WM8983_POWER_MANAGEMENT_1, 4, 0), SND_SOC_DAPM_SUPPLY("Mic Bias", WM8983_POWER_MANAGEMENT_1, 4, 0,
NULL, 0),
SND_SOC_DAPM_INPUT("LIN"), SND_SOC_DAPM_INPUT("LIN"),
SND_SOC_DAPM_INPUT("LIP"), SND_SOC_DAPM_INPUT("LIP"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment