diff options
| author | Mark Brown <broonie@kernel.org> | 2026-05-22 00:17:14 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-05-22 00:17:14 +0100 |
| commit | 4c433607b69d29be1de038b8ea008dd83c17e0c3 (patch) | |
| tree | c2e279990eeb94fe4d0f051ac43c18a0f8d4bb81 /sound | |
| parent | 7d28d5ce83a7d67e13607a8d0212e4dd0095ce9a (diff) | |
| parent | 4e2310f14a43b88e2dbabfb2b08c086ca871198b (diff) | |
| download | linux-next-history-4c433607b69d29be1de038b8ea008dd83c17e0c3.tar.gz | |
ASoC: cs35l56: Replace open-coded SoundWire regmap with generic regmap-sdw
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/20260521115420.978616-1-rf@opensource.cirrus.com
Diffstat (limited to 'sound')
| -rw-r--r-- | sound/soc/codecs/cs35l56-shared-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/cs35l56-shared-test.c b/sound/soc/codecs/cs35l56-shared-test.c index 8060a275d32bd..5b2b915559a99 100644 --- a/sound/soc/codecs/cs35l56-shared-test.c +++ b/sound/soc/codecs/cs35l56-shared-test.c @@ -679,6 +679,7 @@ static int cs35l56_shared_test_case_base_init(struct kunit *test, u8 type, u8 re priv->cs35l56_base->rev = rev; if (regmap_config) { + priv->reg_offset = regmap_config->reg_base; ret = cs35l56_shared_test_case_regmap_init(test, regmap_config); if (ret) return ret; |
