public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/4] Add support for CS42L43B codec to CS42L43 driver
@ 2026-03-06 15:28 Maciej Strozek
  2026-03-06 15:28 ` [PATCH v5 1/4] ASoC: sdw_utils: Add CS42L43B codec info Maciej Strozek
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Maciej Strozek @ 2026-03-06 15:28 UTC (permalink / raw)
  To: Mark Brown, Takashi Iwai, Lee Jones, Krzysztof Kozlowski
  Cc: Jaroslav Kysela, Bard Liao, Peter Ujfalusi, linux-kernel,
	linux-sound, patches, devicetree, Maciej Strozek

Hello,

Introducing CS42L43B, a variant of the CS42L43 codec with changes to
PDM (DMIC) inputs, RAM/ROM memory and extra channels to two SoundWire
ports and ISRCs, and can be supported by the existing CS42L43 driver
with some modifications.
Support is split into four commits:
 1. Add CS42L43B codec info to SoundWire utils
 2. Add dt binding for the new variant
 3. MFD driver part 1/2
 4. ASoC codec driver part 2/2

Regards,
Maciej

---
Changes in v5:
 - use snd_soc_component_to_dapm instead of snd_soc_component_get_dapm in cs42l43_component_probe
Changes in v4:
 - change variant_id to long int
Changes in v3:
 - fix incorrect type cast in mfd patch
Changes in v2:
 - Rework the mechanism to identify the new variant along with some
   error handling improvements.
 - Added some comments in cs42l43_readable_register() for clarity.
 - Add handling of the I2C path for the B variant
 - Add a dt binding for the new variant
 ---

Maciej Strozek (4):
  ASoC: sdw_utils: Add CS42L43B codec info
  ASoC: dt-bindings: cirrus,cs42l43: Add CS42L43B variant
  mfd: cs42l43: Add support for the B variant
  ASoC: cs42l43: Add support for the B variant

 .../bindings/sound/cirrus,cs42l43.yaml        |   3 +
 drivers/mfd/cs42l43-i2c.c                     |   7 +-
 drivers/mfd/cs42l43-sdw.c                     |   4 +-
 drivers/mfd/cs42l43.c                         |  93 ++-
 drivers/mfd/cs42l43.h                         |   2 +-
 include/linux/mfd/cs42l43-regs.h              |  76 ++
 include/linux/mfd/cs42l43.h                   |   1 +
 sound/soc/codecs/cs42l43.c                    | 756 +++++++++++++++---
 sound/soc/codecs/cs42l43.h                    |   4 +-
 sound/soc/sdw_utils/soc_sdw_utils.c           |  54 ++
 10 files changed, 848 insertions(+), 152 deletions(-)

--
2.47.3


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-03-09 23:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-06 15:28 [PATCH v5 0/4] Add support for CS42L43B codec to CS42L43 driver Maciej Strozek
2026-03-06 15:28 ` [PATCH v5 1/4] ASoC: sdw_utils: Add CS42L43B codec info Maciej Strozek
2026-03-06 15:28 ` [PATCH v5 2/4] ASoC: dt-bindings: cirrus,cs42l43: Add CS42L43B variant Maciej Strozek
2026-03-06 15:28 ` [PATCH v5 3/4] mfd: cs42l43: Add support for the B variant Maciej Strozek
2026-03-06 15:48   ` Mark Brown
2026-03-06 15:28 ` [PATCH v5 4/4] ASoC: " Maciej Strozek
2026-03-06 17:17 ` [PATCH v5 0/4] Add support for CS42L43B codec to CS42L43 driver Charles Keepax
2026-03-09 23:22 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox