[PATCH 0/3] Add support for CS42L43B codec to CS42L43 driver

Maciej Strozek posted 3 patches 1 month, 2 weeks ago
There is a newer version of this series
drivers/mfd/cs42l43-sdw.c           |   2 +
drivers/mfd/cs42l43.c               |  70 ++-
drivers/mfd/cs42l43.h               |   2 +-
include/linux/mfd/cs42l43-regs.h    |  76 +++
include/linux/mfd/cs42l43.h         |   1 +
sound/soc/codecs/cs42l43.c          | 745 +++++++++++++++++++++++-----
sound/soc/codecs/cs42l43.h          |   4 +-
sound/soc/sdw_utils/soc_sdw_utils.c |  54 ++
8 files changed, 805 insertions(+), 149 deletions(-)
[PATCH 0/3] Add support for CS42L43B codec to CS42L43 driver
Posted by Maciej Strozek 1 month, 2 weeks ago
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 three commits:
 1. Add CS42L43B codec info to SoundWire utils
 2. MFD driver part 1/2
 3. ASoC codec driver part 2/2

Regards,
Maciej

Maciej Strozek (3):
  ASoC: sdw_utils: Add CS42L43B codec info
  mfd: cs42l43: Add support for the B variant
  ASoC: cs42l43: Add support for the B variant

 drivers/mfd/cs42l43-sdw.c           |   2 +
 drivers/mfd/cs42l43.c               |  70 ++-
 drivers/mfd/cs42l43.h               |   2 +-
 include/linux/mfd/cs42l43-regs.h    |  76 +++
 include/linux/mfd/cs42l43.h         |   1 +
 sound/soc/codecs/cs42l43.c          | 745 +++++++++++++++++++++++-----
 sound/soc/codecs/cs42l43.h          |   4 +-
 sound/soc/sdw_utils/soc_sdw_utils.c |  54 ++
 8 files changed, 805 insertions(+), 149 deletions(-)

--
2.47.3
Re: [PATCH 0/3] Add support for CS42L43B codec to CS42L43 driver
Posted by Charles Keepax 1 month, 2 weeks ago
On Fri, Dec 19, 2025 at 10:01:52AM +0000, Maciej Strozek wrote:
> 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 three commits:
>  1. Add CS42L43B codec info to SoundWire utils
>  2. MFD driver part 1/2
>  3. ASoC codec driver part 2/2
> 
> Regards,
> Maciej
> 
> Maciej Strozek (3):
>   ASoC: sdw_utils: Add CS42L43B codec info
>   mfd: cs42l43: Add support for the B variant
>   ASoC: cs42l43: Add support for the B variant
> 
>  drivers/mfd/cs42l43-sdw.c           |   2 +
>  drivers/mfd/cs42l43.c               |  70 ++-
>  drivers/mfd/cs42l43.h               |   2 +-
>  include/linux/mfd/cs42l43-regs.h    |  76 +++
>  include/linux/mfd/cs42l43.h         |   1 +
>  sound/soc/codecs/cs42l43.c          | 745 +++++++++++++++++++++++-----
>  sound/soc/codecs/cs42l43.h          |   4 +-
>  sound/soc/sdw_utils/soc_sdw_utils.c |  54 ++
>  8 files changed, 805 insertions(+), 149 deletions(-)
> 
> --

Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles