Hi Mark
This is v3 patch-set for ak4619 driver. It was created by Khanh, and I updated/adjusted to upstream. It was tested on Renesas V4M GrayH
Link: https://lore.kernel.org/r/877ceotnrg.wl-kuninori.morimoto.gx@renesas.com Link: https://lore.kernel.org/r/87frtb3x4k.wl-kuninori.morimoto.gx@renesas.com
v2 -> v3 - checks negative values on ak4619_put_deemph() - return 1 if value was changed on ak4619_put_deemph() - use modern SND_SOC_DAIFMT_xx - use _MAPLE for regcache - add Krzysztof's Reviewed-by
v1 -> v2 - fixup git-log style - add vendor prefix for Doc - remove "ports" from Doc - add examples on Doc - add missing property on Doc - add const on driver - use sizeof(*) on driver
Khanh Le (1): ASoC: Add ak4619 codec support
Kuninori Morimoto (1): ASoC: dt-bindings: ak4619: Add initial DT binding
.../bindings/sound/asahi-kasei,ak4619.yaml | 62 ++ sound/soc/codecs/Kconfig | 5 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/ak4619.c | 912 ++++++++++++++++++ 4 files changed, 981 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/asahi-kasei,ak4619.yaml create mode 100644 sound/soc/codecs/ak4619.c