mbox series

[V2,0/2] ASoC: codecs: Add aw88166 amplifier driver

Message ID 20250228034958.181934-1-wangweidong.a@awinic.com (mailing list archive)
Headers show
Series ASoC: codecs: Add aw88166 amplifier driver | expand

Message

wangweidong.a@awinic.com Feb. 28, 2025, 3:49 a.m. UTC
From: Weidong Wang <wangweidong.a@awinic.com>

Add the awinic,aw88166 property to support the aw88166 chip.

The driver is for amplifiers aw88166 of Awinic Technology
Corporation. The AW88166 is a high efficiency digital
Smart K audio amplifier

v1 -> v2: Modify the problem that the reset function
           does not match the definition in the yaml file

Weidong Wang (2):
  ASoC: dt-bindings: Add schema for "awinic,aw88166"
  ASoC: codecs: Add aw88166 amplifier driver

 .../bindings/sound/awinic,aw88395.yaml        |    1 +
 sound/soc/codecs/Kconfig                      |   13 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/aw88166.c                    | 1935 +++++++++++++++++
 sound/soc/codecs/aw88166.h                    |  534 +++++
 5 files changed, 2485 insertions(+)
 create mode 100644 sound/soc/codecs/aw88166.c
 create mode 100644 sound/soc/codecs/aw88166.h


base-commit: 1e15510b71c99c6e49134d756df91069f7d18141