From: Weidong Wang <wangweidong.a@xxxxxxxxxx> Add the awinic,aw88081 property to support the aw88081 chip. The driver is for amplifiers aw88081 of Awinic Technology Corporation. The awinic AW88081 is an I2S/TDM input, high efficiency digital Smart K audio amplifier v1 -> v2: Modify the order of properties under the compatible node in the awinic,aw88395.yaml file Modify the commit message of the awinic,aw88395.yaml file Move "struct aw88081" into .c files Changing the order of header files Using return 0 as a function return value Modifying strscpy usage Delete useless variable assignments Modify dev_err_probe usage Weidong Wang (2): ASoC: dt-bindings: Add schema for "awinic,aw88081" ASoC: codecs: Add aw88081 amplifier driver .../bindings/sound/awinic,aw88395.yaml | 4 +- sound/soc/codecs/Kconfig | 12 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/aw88081.c | 1087 +++++++++++++++++ sound/soc/codecs/aw88081.h | 286 +++++ 5 files changed, 1390 insertions(+), 1 deletion(-) create mode 100644 sound/soc/codecs/aw88081.c create mode 100644 sound/soc/codecs/aw88081.h base-commit: c2ee9f594da826bea183ed14f2cc029c719bf4da -- 2.47.0