All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: rt5682: Fine tune the HP performance in soundwire mode
@ 2020-03-13  2:38 Oder Chiou
  2020-03-13  2:38 ` [PATCH 2/2] ASoC: rt5682: Revise the DAC1 volume setting Oder Chiou
  2020-03-13 16:17 ` Applied "ASoC: rt5682: Fine tune the HP performance in soundwire mode" " Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Oder Chiou @ 2020-03-13  2:38 UTC (permalink / raw)
  To: broonie, lgirdwood
  Cc: Oder Chiou, jack.yu, alsa-devel, derek.fang, shumingf, flove

The setting is sync with I2C/I2S mode.

Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
---
 sound/soc/codecs/rt5682.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/soc/codecs/rt5682.c b/sound/soc/codecs/rt5682.c
index e1df2d076533..f4b8af128828 100644
--- a/sound/soc/codecs/rt5682.c
+++ b/sound/soc/codecs/rt5682.c
@@ -3462,6 +3462,8 @@ int rt5682_io_init(struct device *dev, struct sdw_slave *slave)
 			RT5682_HPA_CP_BIAS_CTRL_MASK, RT5682_HPA_CP_BIAS_3UA);
 	regmap_update_bits(rt5682->regmap, RT5682_CHARGE_PUMP_1,
 			RT5682_CP_CLK_HP_MASK, RT5682_CP_CLK_HP_300KHZ);
+	regmap_update_bits(rt5682->regmap, RT5682_HP_CHARGE_PUMP_1,
+			RT5682_PM_HP_MASK, RT5682_PM_HP_HV);
 
 	/* Soundwire */
 	regmap_write(rt5682->regmap, RT5682_PLL2_INTERNAL, 0xa266);
-- 
2.25.1


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

end of thread, other threads:[~2020-03-13 16:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-13  2:38 [PATCH 1/2] ASoC: rt5682: Fine tune the HP performance in soundwire mode Oder Chiou
2020-03-13  2:38 ` [PATCH 2/2] ASoC: rt5682: Revise the DAC1 volume setting Oder Chiou
2020-03-13 14:50   ` Applied "ASoC: rt5682: Revise the DAC1 volume setting" to the asoc tree Mark Brown
2020-03-13 16:17 ` Applied "ASoC: rt5682: Fine tune the HP performance in soundwire mode" " 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.