[PATCH V1 0/3] ASoC: codecs: Add aw87390 amplifier driver

From: wangweidong . a
Date: Mon Sep 04 2023 - 07:46:39 EST


From: Weidong Wang <wangweidong.a@xxxxxxxxxx>

The awinic aw87390 is a new high efficiency, low noise,
constant large volume, 6th Smart K audio amplifier.

Add a DT schema for describing awinic aw87390 audio amplifiers.
They are controlled using I2C.

Weidong Wang (3):
ASoC: dt-bindings: Add schema for "awinic,aw87390"
ASoC: codecs: Add code for bin parsing compatible with aw87390
ASoC: codecs: Add aw87390 amplifier driver

.../bindings/sound/awinic,aw87390.yaml | 43 ++
sound/soc/codecs/Kconfig | 15 +-
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/aw87390.c | 463 ++++++++++++++++++
sound/soc/codecs/aw87390.h | 85 ++++
sound/soc/codecs/aw88395/aw88395_lib.c | 23 +-
sound/soc/codecs/aw88395/aw88395_reg.h | 1 +
7 files changed, 621 insertions(+), 11 deletions(-)
create mode 100644 Documentation/devicetree/bindings/sound/awinic,aw87390.yaml
create mode 100644 sound/soc/codecs/aw87390.c
create mode 100644 sound/soc/codecs/aw87390.h


base-commit: 708283abf896dd4853e673cc8cba70acaf9bf4ea
--
2.41.0