Message ID | cover.1743774849.git.cy_huang@richtek.com (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: Add Richtek rt9123 and rt9123p support | expand |
On Fri, 04 Apr 2025 22:22:10 +0800, cy_huang@richtek.com wrote: > 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 > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [3/4] ASoC: dt-bindings: Add bindings for Richtek rt9123p commit: 4a046b67d2d267daf884798ee8509a502abe7a58 [4/4] ASoC: codecs: Add support for Richtek rt9123p commit: 38c2585c7439cc678ae105dd826f10321db29552 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
From: ChiYuan Huang <cy_huang@richtek.com> 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