alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V1 0/3] ASoC: codecs: Add aw87390 amplifier driver
@ 2023-09-04 11:46 wangweidong.a
  2023-09-04 11:46 ` [PATCH V1 1/3] ASoC: dt-bindings: Add schema for "awinic,aw87390" wangweidong.a
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: wangweidong.a @ 2023-09-04 11:46 UTC (permalink / raw)
  To: lgirdwood, broonie, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	perex, tiwai, rf, wangweidong.a, herve.codina, shumingf, rdunlap,
	13916275206, ryans.lee, linus.walleij, ckeepax, yijiangtao,
	liweilei, colin.i.king, trix, alsa-devel, devicetree,
	linux-kernel
  Cc: zhangjianming

From: Weidong Wang <wangweidong.a@awinic.com>

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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-09-05  6:34 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-04 11:46 [PATCH V1 0/3] ASoC: codecs: Add aw87390 amplifier driver wangweidong.a
2023-09-04 11:46 ` [PATCH V1 1/3] ASoC: dt-bindings: Add schema for "awinic,aw87390" wangweidong.a
2023-09-04 12:14   ` Krzysztof Kozlowski
2023-09-05  3:31     ` wangweidong.a
2023-09-05  6:33       ` Krzysztof Kozlowski
2023-09-04 11:46 ` [PATCH V1 2/3] ASoC: codecs: Add code for bin parsing compatible with aw87390 wangweidong.a
2023-09-04 11:46 ` [PATCH V1 3/3] ASoC: codecs: Add aw87390 amplifier driver wangweidong.a
2023-09-04 12:17   ` Krzysztof Kozlowski
2023-09-04 12:30     ` Mark Brown
2023-09-04 13:02       ` Krzysztof Kozlowski
2023-09-04 14:54         ` Mark Brown
2023-09-04 20:26         ` Linus Walleij
2023-09-05  6:03     ` wangweidong.a
2023-09-04 20:21   ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).