From: Weidong Wang wangweidong.a@awinic.com
The awinic AW88261 is an I2S/TDM input, high efficiency digital Smart K audio amplifier
v3 -> v4: Modify the dev_err_probe usage Changed the use of sizeof in kzalloc Changed the function name Merge aw88261_device.c into aw88261.c
Weidong Wang (3): ASoC: dt-bindings: Add schema for "awinic,aw88261" ASoC: codecs: Add code for bin parsing compatible with aw88261 ASoC: codecs: Add aw88261 amplifier driver
.../bindings/sound/awinic,aw88395.yaml | 4 +- sound/soc/codecs/Kconfig | 15 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/aw88261.c | 1298 +++++++++++++++++ sound/soc/codecs/aw88261.h | 459 ++++++ sound/soc/codecs/aw88395/aw88395_lib.c | 193 ++- sound/soc/codecs/aw88395/aw88395_reg.h | 1 + 7 files changed, 1954 insertions(+), 18 deletions(-) create mode 100644 sound/soc/codecs/aw88261.c create mode 100644 sound/soc/codecs/aw88261.h
base-commit: c1a515d3c0270628df8ae5f5118ba859b85464a2