[PATCH v3 0/2] ASoC: Add codec driver for Cirrus Logic CS48L32 DSP
From: Richard Fitzgerald
Date: Mon Apr 14 2025 - 04:51:04 EST
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 in V2:
- Remove reference in yaml to obsolete gpio.txt.
Changes in 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 | 195 +
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, 5823 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