mbox series

[0/2] ASoC: Add ak4619 codec support

Message ID 877ceotnrg.wl-kuninori.morimoto.gx@renesas.com
Headers show
Series ASoC: Add ak4619 codec support | expand

Message

Kuninori Morimoto June 17, 2024, 12:29 a.m. UTC
Hi Mark

This patch-set adds ak4619 driver.
It was created by Khanh, and I updated/adjusted to upstream.
It was tested on Renesas V4M GrayH

Khanh Le (1):
  ASoC: Add ak4619 codec support

Kuninori Morimoto (1):
  ASoC: dt-bindings: ak4619: Add initial DT binding

 .../devicetree/bindings/sound/ak4619.yaml     |  48 +
 sound/soc/codecs/Kconfig                      |   5 +
 sound/soc/codecs/Makefile                     |   2 +
 sound/soc/codecs/ak4619.c                     | 903 ++++++++++++++++++
 4 files changed, 958 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/ak4619.yaml
 create mode 100644 sound/soc/codecs/ak4619.c