[PATCH v4 0/2] ASoC: Add codec driver for Cirrus Logic CS48L32 DSP

Richard Fitzgerald posted 2 patches 8 months ago
.../bindings/sound/cirrus,cs48l32.yaml        |  195 +
include/dt-bindings/sound/cs48l32.h           |   20 +
include/sound/cs48l32.h                       |   47 +
include/sound/cs48l32_registers.h             |  530 +++
sound/soc/codecs/Kconfig                      |   10 +
sound/soc/codecs/Makefile                     |    2 +
sound/soc/codecs/cs48l32-tables.c             |  540 +++
sound/soc/codecs/cs48l32.c                    | 4073 +++++++++++++++++
sound/soc/codecs/cs48l32.h                    |  403 ++
9 files changed, 5820 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/cirrus,cs48l32.yaml
create mode 100644 include/dt-bindings/sound/cs48l32.h
create mode 100644 include/sound/cs48l32.h
create mode 100644 include/sound/cs48l32_registers.h
create mode 100644 sound/soc/codecs/cs48l32-tables.c
create mode 100644 sound/soc/codecs/cs48l32.c
create mode 100644 sound/soc/codecs/cs48l32.h
[PATCH v4 0/2] ASoC: Add codec driver for Cirrus Logic CS48L32 DSP
Posted by Richard Fitzgerald 8 months ago
formance low-power audio DSP with analog and
PDM digital inputs and support for low-power always-on voice-trigger
functionality.

This series adds the devicetree bindings and the ASoC codec driver.

Changes in V4:
- Removed bogus updates to MAINTAINERS that were leftover from an
  older version of this code that had other files that are now deleted.

Changes in V3:
- Remove reference in yaml to obsolete gpio.txt.

Changes in V2:
- Remove bogus use of 'i' local variable in dev_dbg() statement in
  cs48l32_init_inputs()

Richard Fitzgerald (2):
  ASoC: dt-bindings: Add Cirrus Logic CS48L32 audio DSP
  ASoC: cs48l32: Add driver for Cirrus Logic CS48L32 audio DSP

 .../bindings/sound/cirrus,cs48l32.yaml        |  195 +
 include/dt-bindings/sound/cs48l32.h           |   20 +
 include/sound/cs48l32.h                       |   47 +
 include/sound/cs48l32_registers.h             |  530 +++
 sound/soc/codecs/Kconfig                      |   10 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/cs48l32-tables.c             |  540 +++
 sound/soc/codecs/cs48l32.c                    | 4073 +++++++++++++++++
 sound/soc/codecs/cs48l32.h                    |  403 ++
 9 files changed, 5820 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/cirrus,cs48l32.yaml
 create mode 100644 include/dt-bindings/sound/cs48l32.h
 create mode 100644 include/sound/cs48l32.h
 create mode 100644 include/sound/cs48l32_registers.h
 create mode 100644 sound/soc/codecs/cs48l32-tables.c
 create mode 100644 sound/soc/codecs/cs48l32.c
 create mode 100644 sound/soc/codecs/cs48l32.h

-- 
2.39.5
Re: [PATCH v4 0/2] ASoC: Add codec driver for Cirrus Logic CS48L32 DSP
Posted by Mark Brown 8 months ago
On Tue, 15 Apr 2025 12:50:14 +0100, Richard Fitzgerald wrote:
> formance low-power audio DSP with analog and
> PDM digital inputs and support for low-power always-on voice-trigger
> functionality.
> 
> This series adds the devicetree bindings and the ASoC codec driver.
> 
> Changes in V4:
> - Removed bogus updates to MAINTAINERS that were leftover from an
>   older version of this code that had other files that are now deleted.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/2] ASoC: dt-bindings: Add Cirrus Logic CS48L32 audio DSP
      commit: ac03495d7359285a007ec4fdc08d3843bb5d6b7e
[2/2] ASoC: cs48l32: Add driver for Cirrus Logic CS48L32 audio DSP
      commit: e2bcbf99d045f6ae3826e39d1ed25978de17cbfe

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark