[PATCH V3 0/5] ASoC: codecs: Add awinic AW88261 audio amplifier driver

From: wangweidong . a
Date: Sat Jul 29 2023 - 05:14:36 EST


From: Weidong Wang <wangweidong.a@xxxxxxxxxx>

The awinic AW88261 is an I2S/TDM input, high efficiency
digital Smart K audio amplifier

v1 -> v2: Submit the yaml file as a separate patch file
Modify word capitalization in the Kconfig file
Delete unused macro definitions

Weidong Wang (5):
ASoC: dt-bindings: Add schema for "awinic,aw88261"
ASoC: codecs: Add code for bin parsing compatible with aw88261
ASoC: codecs: Add aw88261 amplifier driver
ASoC: codecs: aw88261 device related operation functions
ASoC: codecs: aw88261 chip register file, Kconfig and Makefile

.../bindings/sound/awinic,aw88395.yaml | 4 +-
sound/soc/codecs/Kconfig | 15 +
sound/soc/codecs/Makefile | 3 +
sound/soc/codecs/aw88261/aw88261.c | 517 +++++++++++
sound/soc/codecs/aw88261/aw88261.h | 52 ++
sound/soc/codecs/aw88261/aw88261_device.c | 877 ++++++++++++++++++
sound/soc/codecs/aw88261/aw88261_device.h | 79 ++
sound/soc/codecs/aw88261/aw88261_reg.h | 374 ++++++++
sound/soc/codecs/aw88395/aw88395_lib.c | 193 +++-
sound/soc/codecs/aw88395/aw88395_reg.h | 1 +
10 files changed, 2097 insertions(+), 18 deletions(-)
create mode 100644 sound/soc/codecs/aw88261/aw88261.c
create mode 100644 sound/soc/codecs/aw88261/aw88261.h
create mode 100644 sound/soc/codecs/aw88261/aw88261_device.c
create mode 100644 sound/soc/codecs/aw88261/aw88261_device.h
create mode 100644 sound/soc/codecs/aw88261/aw88261_reg.h


base-commit: ffabf7c731765da3dbfaffa4ed58b51ae9c2e650
--
2.41.0