All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] ASoC: rt5659: register power bit of LOUT Amp
@ 2017-10-16 11:15 Bard Liao
  2017-10-16 11:15 ` [PATCH 2/4] ASoC: rt5659: connect LOUT Amp with Charge Pump Bard Liao
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Bard Liao @ 2017-10-16 11:15 UTC (permalink / raw)
  To: broonie, lgirdwood
  Cc: oder_chiou, jack.yu, alsa-devel, lars, shumingf, Bard Liao,
	xiaoxiang, zhongan, flove

There is a power bit for LOUT Amp.

Signed-off-by: Bard Liao <bardliao@realtek.com>
---
 sound/soc/codecs/rt5659.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sound/soc/codecs/rt5659.c b/sound/soc/codecs/rt5659.c
index 71216db..999432e 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[] = {
 		SND_SOC_DAPM_PRE_PMU),
 	SND_SOC_DAPM_PGA_S("HP Amp", 1, SND_SOC_NOPM, 0, 0, rt5659_hp_event,
 		SND_SOC_DAPM_PRE_PMD | SND_SOC_DAPM_POST_PMU),
-	SND_SOC_DAPM_PGA("LOUT Amp", SND_SOC_NOPM, 0, 0, NULL, 0),
+	SND_SOC_DAPM_PGA_S("LOUT Amp", 1,  RT5659_PWR_ANLG_1, RT5659_PWR_LM_BIT,
+		0,  NULL, 0),
 
 	SND_SOC_DAPM_SUPPLY("Charge Pump", SND_SOC_NOPM, 0, 0,
 		rt5659_charge_pump_event, SND_SOC_DAPM_PRE_PMU |
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-10-18 11:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-16 11:15 [PATCH 1/4] ASoC: rt5659: register power bit of LOUT Amp Bard Liao
2017-10-16 11:15 ` [PATCH 2/4] ASoC: rt5659: connect LOUT Amp with Charge Pump Bard Liao
2017-10-18 11:12   ` Applied "ASoC: rt5659: connect LOUT Amp with Charge Pump" to the asoc tree Mark Brown
2017-10-16 11:15 ` [PATCH 3/4] ASoC: rt5659: move set_sysclk to codec level Bard Liao
2017-10-18 11:11   ` Applied "ASoC: rt5659: move set_sysclk to codec level" to the asoc tree Mark Brown
2017-10-16 11:15 ` [PATCH 4/4] ASoC: rt5659: move set_pll to codec level Bard Liao
2017-10-18 11:11   ` Applied "ASoC: rt5659: move set_pll to codec level" to the asoc tree Mark Brown
2017-10-18 11:12 ` Applied "ASoC: rt5659: register power bit of LOUT Amp" " Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.