[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f3f074d4-458c-9ed8-b3a6-b6d32b8c9f77@opensource.cirrus.com>
Date: Tue, 5 Sep 2023 15:25:46 -0500
From: "Rhodes, David" <drhodes@...nsource.cirrus.com>
To: Cristian Ciocaltea <cristian.ciocaltea@...labora.com>,
Charles Keepax <ckeepax@...nsource.cirrus.com>
CC: James Schulman <james.schulman@...rus.com>,
David Rhodes <david.rhodes@...rus.com>,
Richard Fitzgerald <rf@...nsource.cirrus.com>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>,
"Liam Girdwood" <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
"Stefan Binding" <sbinding@...nsource.cirrus.com>,
<alsa-devel@...a-project.org>, <patches@...nsource.cirrus.com>,
<linux-kernel@...r.kernel.org>, <kernel@...labora.com>
Subject: Re: [PATCH 4/9] ASoC: cs35l41: Fix broken shared boost activation
On 9/5/23 3:05 PM, Cristian Ciocaltea wrote:
> If I got it right, we should drop all write operations on PWR_CTRL1,
> and simply set the CS35L41_SYNC_EN_MASK bit in PWR_CTRL3.
> That's a good point, it should be fixed implicitly by replacing the
> read/write operations with a single regmap_update_bits() call, which
> is protected by regmap's internal lock.
>
Yes, my recommendation is to replace the mdsync_up_sequence and
completion handling with a single regmap_update_bits() call to set the
CS35L41_SYNC_EN_MASK bit in PWR_CTRL3, which occurs in response to the
PLL Lock interrupt.
Thanks,
David
Powered by blists - more mailing lists