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 -- 2.43.0