[PATCH v2 0/2] ASoC: cs35l56: Replace open-coded SoundWire regmap with generic regmap-sdw

Richard Fitzgerald posted 2 patches 5 days, 13 hours ago
There is a newer version of this series
sound/soc/codecs/Kconfig          |   2 +-
sound/soc/codecs/cs35l56-sdw.c    | 137 +++++++++++-------------------
sound/soc/codecs/cs35l56-shared.c |   2 +
sound/soc/codecs/cs35l56.h        |   1 +
4 files changed, 53 insertions(+), 89 deletions(-)
[PATCH v2 0/2] ASoC: cs35l56: Replace open-coded SoundWire regmap with generic regmap-sdw
Posted by Richard Fitzgerald 5 days, 13 hours ago
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

Changes in V2:
- Select REGMAP_SOUNDWIRE

Richard Fitzgerald (2):
  ASoC: cs35l56: Use reg_base to offset addresses on SoundWire
  ASoC: cs35l56: Use standard SoundWire regmap implementation

 sound/soc/codecs/Kconfig          |   2 +-
 sound/soc/codecs/cs35l56-sdw.c    | 137 +++++++++++-------------------
 sound/soc/codecs/cs35l56-shared.c |   2 +
 sound/soc/codecs/cs35l56.h        |   1 +
 4 files changed, 53 insertions(+), 89 deletions(-)

-- 
2.47.3