]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: cs35l56: Use reg_base to offset addresses on SoundWire
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Tue, 19 May 2026 13:54:34 +0000 (14:54 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 19 May 2026 13:59:53 +0000 (14:59 +0100)
commit7f9ae6d20525d81ecefce5ffd6d982c8b79e7cbc
tree8d8461d1114fb9d7eac4a7df15a8eeddaea2576c
parenta6f7c21accb5fca895ee0d490e395deecaddf12f
ASoC: cs35l56: Use reg_base to offset addresses on SoundWire

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@opensource.cirrus.com>
Link: https://patch.msgid.link/20260519135435.479949-3-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs35l56-sdw.c
sound/soc/codecs/cs35l56-shared.c