]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: cs35l56: Replace open-coded SoundWire regmap with generic regmap-sdw
authorMark Brown <broonie@kernel.org>
Tue, 19 May 2026 13:59:56 +0000 (14:59 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 19 May 2026 13:59:56 +0000 (14:59 +0100)
Richard Fitzgerald <rf@opensource.cirrus.com> says:

This series replaces the entirely custom SoundWire regmap with the generic
regmap-sdw. The reasons for doing this are:

- Avoid code duplication
- Avoid effort of keeping custom implementation up-to-date
- Prepare for supporting BRA

Link: https://patch.msgid.link/20260519135435.479949-1-rf@opensource.cirrus.com

Trivial merge