Re: [PATCH v2 1/2] ASoC: cs35l56: Use reg_base to offset addresses on SoundWire
From: Richard Fitzgerald
Date: Tue May 19 2026 - 09:31:07 EST
On 19/05/2026 12:37 pm, Richard Fitzgerald wrote:
Set the reg_base member of regmap_config for SoundWire so that
the regmap core will apply the 0x8000 offset to addresses, instead
of doing it within our low-level regmap read/write callbacks.
Signed-off-by: Richard Fitzgerald <rf@xxxxxxxxxxxxxxxxxxxxx>
---
STOP!
This also needs an update to the cs35l56 KUnit test for the changed
addresses being passed to the dummy bus driver.
(This patch was written before the KUnit test existed)