public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/2] ASoC: codecs: Add aw88083 amplifier driver
@ 2024-12-19 12:30 wangweidong.a
  2024-12-19 12:30 ` [PATCH V2 1/2] ASoC: dt-bindings: Add schema for "awinic,aw88083" wangweidong.a
  2024-12-19 12:30 ` [PATCH V2 2/2] ASoC: codecs: Add aw88083 amplifier driver wangweidong.a
  0 siblings, 2 replies; 5+ messages in thread
From: wangweidong.a @ 2024-12-19 12:30 UTC (permalink / raw)
  To: lgirdwood, broonie, robh, krzk+dt, conor+dt, perex, tiwai,
	ivprusov, neil.armstrong, jack.yu, rf, zhoubinbin, quic_pkumpatl,
	herve.codina, masahiroy, nuno.sa, wangweidong.a, yesanishhere,
	linux-sound, devicetree, linux-kernel
  Cc: yijiangtao

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

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

The driver is for amplifiers aw88083 of Awinic Technology
Corporation. The AW88083 is an intelligent digital audio
amplifier with low noise.

v1 -> v2: Use "switch" instead of "if else" to distinguish devices

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

 .../bindings/sound/awinic,aw88395.yaml        |   2 +
 sound/soc/codecs/Kconfig                      |   2 +-
 sound/soc/codecs/aw88081.c                    | 344 ++++++++++++++----
 sound/soc/codecs/aw88081.h                    |  43 +++
 4 files changed, 328 insertions(+), 63 deletions(-)


base-commit: eabcdba3ad4098460a376538df2ae36500223c1e
-- 
2.47.0


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

end of thread, other threads:[~2024-12-20 13:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-19 12:30 [PATCH V2 0/2] ASoC: codecs: Add aw88083 amplifier driver wangweidong.a
2024-12-19 12:30 ` [PATCH V2 1/2] ASoC: dt-bindings: Add schema for "awinic,aw88083" wangweidong.a
2024-12-19 12:30 ` [PATCH V2 2/2] ASoC: codecs: Add aw88083 amplifier driver wangweidong.a
2024-12-20 10:17   ` kernel test robot
2024-12-20 13:42   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox