Skip to content

Commit d1e8430

Browse files
Bard Liaobroonie
authored andcommitted
ASoC: rt5659: register power bit of LOUT Amp
There is a power bit for LOUT Amp. Signed-off-by: Bard Liao <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 2bd6bf0 commit d1e8430

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sound/soc/codecs/rt5659.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2744,7 +2744,8 @@ static const struct snd_soc_dapm_widget rt5659_dapm_widgets[] = {
27442744
SND_SOC_DAPM_PRE_PMU),
27452745
SND_SOC_DAPM_PGA_S("HP Amp", 1, SND_SOC_NOPM, 0, 0, rt5659_hp_event,
27462746
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),
27482749

27492750
SND_SOC_DAPM_SUPPLY("Charge Pump", SND_SOC_NOPM, 0, 0,
27502751
rt5659_charge_pump_event, SND_SOC_DAPM_PRE_PMU |

0 commit comments

Comments
 (0)