2023-09-09 00:42:00

by Rhodes, David

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

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 <[email protected]>
> ---

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 <[email protected]>

Thanks,
David