Skip to content

Commit

Permalink
ASoC: Convert wm8988 MICBIAS to a supply widget
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Oct 31, 2011
1 parent e1fc3f2 commit be48f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8988.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ static const struct snd_kcontrol_new wm8988_monomux_controls =
SOC_DAPM_ENUM("Route", monomux);

static const struct snd_soc_dapm_widget wm8988_dapm_widgets[] = {
SND_SOC_DAPM_MICBIAS("Mic Bias", WM8988_PWR1, 1, 0),
SND_SOC_DAPM_SUPPLY("Mic Bias", WM8988_PWR1, 1, 0, NULL, 0),

SND_SOC_DAPM_MUX("Differential Mux", SND_SOC_NOPM, 0, 0,
&wm8988_diffmux_controls),
Expand Down

0 comments on commit be48f20

Please sign in to comment.