[PATCH v2 0/2] ASoC: Add Richtek RTQ9124 support
From: cy_huang
Date: Mon Jun 09 2025 - 03:48:30 EST
From: ChiYuan Huang <cy_huang@xxxxxxxxxxx>
This patch series adds Richtek RTQ9124 1x30W audio amplifier support.
v2:
- Instead to add a dedicated rtq9124 document file, append the
description to the existed rt9123 yaml
ChiYuan Huang (2):
ASoC: dt-bindings: rt9123: Append RTQ9124 description
ASoC: codecs: Add support for Richtek RTQ9124
.../bindings/sound/richtek,rt9123.yaml | 9 +-
sound/soc/codecs/Kconfig | 9 +
sound/soc/codecs/Makefile | 4 +-
sound/soc/codecs/rtq9124.c | 543 ++++++++++++++++++
4 files changed, 563 insertions(+), 2 deletions(-)
create mode 100644 sound/soc/codecs/rtq9124.c
--
2.34.1