devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V1 0/3] ASoC: codecs: Add aw88399 amplifier driver
@ 2023-10-13 10:42 wangweidong.a
  2023-10-13 10:42 ` [PATCH V1 1/3] ASoC: dt-bindings: Add schema for "awinic,aw88399" wangweidong.a
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: wangweidong.a @ 2023-10-13 10:42 UTC (permalink / raw)
  To: lgirdwood, broonie, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	perex, tiwai, wangweidong.a, herve.codina, shumingf, rf, arnd,
	13916275206, ryans.lee, linus.walleij, ckeepax, fido_max,
	sebastian.reichel, colin.i.king, liweilei, trix, dan.carpenter,
	alsa-devel, devicetree, linux-kernel

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

Add the awinic,aw88399 property to the awinic,aw88395.yaml file.

Add i2c and amplifier registration for
aw88399 and their associated operation functions.

Weidong Wang (3):
  ASoC: dt-bindings: Add schema for "awinic,aw88399"
  ASoC: codecs: Add code for bin parsing compatible with aw88399
  ASoC: codecs: Add aw88399 amplifier driver

 .../bindings/sound/awinic,aw88395.yaml        |    1 +
 sound/soc/codecs/Kconfig                      |   14 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/aw88395/aw88395_lib.c        |    3 +
 sound/soc/codecs/aw88395/aw88395_reg.h        |    1 +
 sound/soc/codecs/aw88399.c                    | 1964 +++++++++++++++++
 sound/soc/codecs/aw88399.h                    |  615 ++++++
 7 files changed, 2600 insertions(+)
 create mode 100644 sound/soc/codecs/aw88399.c
 create mode 100644 sound/soc/codecs/aw88399.h


base-commit: ce583d5fb9d3f4e20473b9d5619d51ea3cc92283
-- 
2.41.0


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

end of thread, other threads:[~2023-10-16 11:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-13 10:42 [PATCH V1 0/3] ASoC: codecs: Add aw88399 amplifier driver wangweidong.a
2023-10-13 10:42 ` [PATCH V1 1/3] ASoC: dt-bindings: Add schema for "awinic,aw88399" wangweidong.a
2023-10-13 11:50   ` Krzysztof Kozlowski
2023-10-13 10:42 ` [PATCH V1 2/3] ASoC: codecs: Add code for bin parsing compatible with aw88399 wangweidong.a
2023-10-14 12:28   ` Herve Codina
2023-10-13 10:42 ` [PATCH V1 3/3] ASoC: codecs: Add aw88399 amplifier driver wangweidong.a
2023-10-13 11:50   ` Krzysztof Kozlowski
2023-10-13 14:14     ` Mark Brown
2023-10-16  8:05     ` wangweidong.a
2023-10-13 14:10   ` Mark Brown
2023-10-16  8:10     ` wangweidong.a
2023-10-16  9:07       ` wangweidong.a
2023-10-16 11:58       ` Mark Brown

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).