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

Richard Fitzgerald posted 2 patches 10 months ago
There is a newer version of this series
.../bindings/sound/cirrus,cs48l32.yaml        |  196 +
MAINTAINERS                                   |    3 +
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 ++
10 files changed, 5824 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 v2 0/2] ASoC: Add codec driver for Cirrus Logic CS48L32 DSP
Posted by Richard Fitzgerald 10 months ago
The CS48L32 is a high-performance 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 since V1:
- 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        |  196 +
 MAINTAINERS                                   |    3 +
 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 ++
 10 files changed, 5824 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 v2 0/2] ASoC: Add codec driver for Cirrus Logic CS48L32 DSP
Posted by Mark Brown 9 months, 3 weeks ago
On Thu, 10 Apr 2025 10:42:10 +0100, Richard Fitzgerald wrote:
> The CS48L32 is a high-performance 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 since V1:
> - Remove bogus use of 'i' local variable in dev_dbg() statement in
>   cs48l32_init_inputs()
> 
> [...]

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