mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
ASoC: Convert wm8985 MICBIAS to a supply widget
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
be48f20d8f
commit
812f8a3524
1 changed files with 2 additions and 1 deletions
|
@ -411,7 +411,8 @@ static const struct snd_soc_dapm_widget wm8985_dapm_widgets[] = {
|
|||
SND_SOC_DAPM_PGA("Right Speaker Out", WM8985_POWER_MANAGEMENT_3,
|
||||
6, 0, NULL, 0),
|
||||
|
||||
SND_SOC_DAPM_MICBIAS("Mic Bias", WM8985_POWER_MANAGEMENT_1, 4, 0),
|
||||
SND_SOC_DAPM_SUPPLY("Mic Bias", WM8985_POWER_MANAGEMENT_1, 4, 0,
|
||||
NULL, 0),
|
||||
|
||||
SND_SOC_DAPM_INPUT("LIN"),
|
||||
SND_SOC_DAPM_INPUT("LIP"),
|
||||
|
|
Loading…
Reference in a new issue