diff options
| -rw-r--r-- | sound/soc/codecs/rt5659.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5659.c b/sound/soc/codecs/rt5659.c index 71216db15eab..999432e98a5a 100644 --- a/sound/soc/codecs/rt5659.c +++ b/sound/soc/codecs/rt5659.c | |||
| @@ -2744,7 +2744,8 @@ static const struct snd_soc_dapm_widget rt5659_dapm_widgets[] = { | |||
| 2744 | SND_SOC_DAPM_PRE_PMU), | 2744 | SND_SOC_DAPM_PRE_PMU), |
| 2745 | SND_SOC_DAPM_PGA_S("HP Amp", 1, SND_SOC_NOPM, 0, 0, rt5659_hp_event, | 2745 | SND_SOC_DAPM_PGA_S("HP Amp", 1, SND_SOC_NOPM, 0, 0, rt5659_hp_event, |
| 2746 | SND_SOC_DAPM_PRE_PMD | SND_SOC_DAPM_POST_PMU), | 2746 | SND_SOC_DAPM_PRE_PMD | SND_SOC_DAPM_POST_PMU), |
| 2747 | SND_SOC_DAPM_PGA("LOUT Amp", SND_SOC_NOPM, 0, 0, NULL, 0), | 2747 | SND_SOC_DAPM_PGA_S("LOUT Amp", 1, RT5659_PWR_ANLG_1, RT5659_PWR_LM_BIT, |
| 2748 | 0, NULL, 0), | ||
| 2748 | 2749 | ||
| 2749 | SND_SOC_DAPM_SUPPLY("Charge Pump", SND_SOC_NOPM, 0, 0, | 2750 | SND_SOC_DAPM_SUPPLY("Charge Pump", SND_SOC_NOPM, 0, 0, |
| 2750 | rt5659_charge_pump_event, SND_SOC_DAPM_PRE_PMU | | 2751 | rt5659_charge_pump_event, SND_SOC_DAPM_PRE_PMU | |
