[PATCH 0/4] ASoC: Add Richtek rt9123 and rt9123p support

From: cy_huang
Date: Fri Apr 04 2025 - 10:27:14 EST


From: ChiYuan Huang <cy_huang@xxxxxxxxxxx>

This patch series adds Richtek rt9123 and rt9123p support.
It's a 3.2W mono Class-D audio amplifier.

ChiYuan Huang (4):
ASoC: dt-bindings: Add bindings for Richtek rt9123
ASoC: codecs: Add support for Richtek rt9123
ASoC: dt-bindings: Add bindings for Richtek rt9123p
ASoC: codecs: Add support for Richtek rt9123p

.../bindings/sound/richtek,rt9123.yaml | 56 ++
.../bindings/sound/richtek,rt9123p.yaml | 50 ++
sound/soc/codecs/Kconfig | 15 +
sound/soc/codecs/Makefile | 4 +
sound/soc/codecs/rt9123.c | 484 ++++++++++++++++++
sound/soc/codecs/rt9123p.c | 171 +++++++
6 files changed, 780 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/richtek,rt9123.yaml
create mode 100644 Documentation/devicetree/bindings/sound/richtek,rt9123p.yaml
create mode 100644 sound/soc/codecs/rt9123.c
create mode 100644 sound/soc/codecs/rt9123p.c


base-commit: a2cc6ff5ec8f91bc463fd3b0c26b61166a07eb11
--
2.34.1