mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ASoC: Convert wm8983 MICBIAS to a supply widget
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
812f8a3524
commit
605b151ae3
1 changed files with 2 additions and 1 deletions
|
@ -481,7 +481,8 @@ static const struct snd_soc_dapm_widget wm8983_dapm_widgets[] = {
|
|||
SND_SOC_DAPM_PGA("OUT4 Out", WM8983_POWER_MANAGEMENT_3,
|
||||
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("LIP"),
|
||||
|
|
Loading…
Add table
Reference in a new issue