Re: [PATCH v2 04/11] ASoC: cs35l41: Fix broken shared boost activation

From: Rhodes, David
Date: Fri Sep 08 2023 - 11:15:33 EST


On 9/7/23 12:10 PM, Cristian Ciocaltea wrote:
Enabling the active/passive shared boosts requires setting SYNC_EN, but
*not* before receiving the PLL Lock signal.


Solve the issue by setting the SYNC_EN bit in PWR_CTRL3 register right
after receiving the PLL Lock interrupt.

Additionally, drop the unnecessary writes to PWR_CTRL1 register, part of
the original mdsync_up_seq, which would have toggled GLOBAL_EN with
unwanted consequences on PLL locking behavior.

Fixes: f5030564938b ("ALSA: cs35l41: Add shared boost feature")
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@xxxxxxxxxxxxx>
---

Looks good. If it's convenient to revise again, I think you could slim down the comment section by simply stating that 'PLL Lock requires the audio clocks to be active' (which is why it is not triggered until after snd_pcm_start).

Reviewed-by: David Rhodes <david.rhodes@xxxxxxxxxx>

Thanks,
David