mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ASoC: cs35l45: Enable BOOST
@ 2022-05-04 13:44 Richard Fitzgerald
  2022-05-04 20:37 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Fitzgerald @ 2022-05-04 13:44 UTC (permalink / raw)
  To: broonie; +Cc: patches, linux-kernel, alsa-devel, Richard Fitzgerald

Do not disable the boost converter during probe. The silicon
contains functional default tunings so the boost converter can
be left at the chip default enabled state.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
---
 sound/soc/codecs/cs35l45.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sound/soc/codecs/cs35l45.c b/sound/soc/codecs/cs35l45.c
index 86daa2574388..2367c1a4c10e 100644
--- a/sound/soc/codecs/cs35l45.c
+++ b/sound/soc/codecs/cs35l45.c
@@ -587,10 +587,6 @@ static int cs35l45_initialize(struct cs35l45_private *cs35l45)
 		return ret;
 	}
 
-	/* Default to boost bypass */
-	regmap_update_bits(cs35l45->regmap, CS35L45_BLOCK_ENABLES, CS35L45_BST_EN_MASK,
-			   CS35L45_BST_DISABLE_FET_ON << CS35L45_BST_EN_SHIFT);
-
 	ret = cs35l45_apply_property_config(cs35l45);
 	if (ret < 0)
 		return ret;
-- 
2.30.2


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

end of thread, other threads:[~2022-05-04 20:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-04 13:44 [PATCH] ASoC: cs35l45: Enable BOOST Richard Fitzgerald
2022-05-04 20:37 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®