alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V9 0/5] ASoC: codecs: Add Awinic AW883XX audio amplifier driver
@ 2023-01-06  3:28 wangweidong.a
  2023-01-06  3:28 ` [PATCH V9 1/5] ASoC: codecs: Add i2c and codec registration for aw883xx and their associated operation functions wangweidong.a
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: wangweidong.a @ 2023-01-06  3:28 UTC (permalink / raw)
  To: lgirdwood, broonie, robh+dt, krzysztof.kozlowski+dt, perex, tiwai,
	ckeepax, rf, pierre-louis.bossart, james.schulman, flatmax,
	cezary.rojewski, wangweidong.a, povik+lin, yangxiaohua,
	daniel.beer, 13691752556, srinivas.kandagatla, jonathan.albrieux,
	steve, alsa-devel, devicetree, linux-kernel
  Cc: yijiangtao, zhaolei, liweilei

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

The Awinic AW883XX is an I2S/TDM input, high efficiency
digital Smart K audio amplifier with an integrated 10.25V
smart boost convert

Add a DT schema for describing Awinic AW883xx audio amplifiers. They are
controlled using I2C

v8 -> v9: Delete extra empty lines
          Use devm_kzalloc instead of kzalloc
          Structure members applied with devm_kzalloc are not initialized to NULL
          DAMP is used for power management
          In Kcontrol, out-of-range values return -EINVAL
          Delete switch Kcontrol
          Use devm_snd_soc_unregister_component instead of snd_soc_unregister_component
          Use aw88395 instead of aw883xx in awinic,aw88395.yaml file
          Add the sound-dai-cells in awinic,aw88395.yaml file
          Use unevaluatedProperties: false in awinic,aw88395.yaml file

Weidong Wang (5):
  ASoC: codecs: Add i2c and codec registration for aw883xx and their
    associated operation functions
  ASoC: codecs: Aw883xx function for ACF file parse and check
  ASoC: codecs: Aw883xx common function for ALSA Audio Driver
  ASoC: codecs: Aw883xx chip register file, data type file and Kconfig
    Makefile
  ASoC: dt-bindings: Add schema for "awinic,aw883xx"

 .../bindings/sound/awinic,aw883xx.yaml        |   53 +
 sound/soc/codecs/Kconfig                      |   10 +
 sound/soc/codecs/Makefile                     |    6 +
 sound/soc/codecs/aw883xx/aw883xx.c            |  579 ++++++
 sound/soc/codecs/aw883xx/aw883xx.h            |   58 +
 sound/soc/codecs/aw883xx/aw883xx_bin_parse.c  | 1067 ++++++++++
 sound/soc/codecs/aw883xx/aw883xx_bin_parse.h  |   92 +
 sound/soc/codecs/aw883xx/aw883xx_data_type.h  |  142 ++
 sound/soc/codecs/aw883xx/aw883xx_device.c     | 1756 +++++++++++++++++
 sound/soc/codecs/aw883xx/aw883xx_device.h     |  196 ++
 .../soc/codecs/aw883xx/aw883xx_pid_2049_reg.h |  383 ++++
 11 files changed, 4342 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/awinic,aw883xx.yaml
 create mode 100644 sound/soc/codecs/aw883xx/aw883xx.c
 create mode 100644 sound/soc/codecs/aw883xx/aw883xx.h
 create mode 100644 sound/soc/codecs/aw883xx/aw883xx_bin_parse.c
 create mode 100644 sound/soc/codecs/aw883xx/aw883xx_bin_parse.h
 create mode 100644 sound/soc/codecs/aw883xx/aw883xx_data_type.h
 create mode 100644 sound/soc/codecs/aw883xx/aw883xx_device.c
 create mode 100644 sound/soc/codecs/aw883xx/aw883xx_device.h
 create mode 100644 sound/soc/codecs/aw883xx/aw883xx_pid_2049_reg.h


base-commit: 1f5abbd77e2c1787e74b7c2caffac97def78ba52
-- 
2.39.0


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

end of thread, other threads:[~2023-01-13  3:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-06  3:28 [PATCH V9 0/5] ASoC: codecs: Add Awinic AW883XX audio amplifier driver wangweidong.a
2023-01-06  3:28 ` [PATCH V9 1/5] ASoC: codecs: Add i2c and codec registration for aw883xx and their associated operation functions wangweidong.a
2023-01-06  3:28 ` [PATCH V9 2/5] ASoC: codecs: Aw883xx function for ACF file parse and check wangweidong.a
2023-01-06  3:28 ` [PATCH V9 3/5] ASoC: codecs: Aw883xx common function for ALSA Audio Driver wangweidong.a
2023-01-06  3:28 ` [PATCH V9 4/5] ASoC: codecs: Aw883xx chip register file, data type file and Kconfig Makefile wangweidong.a
2023-01-06 12:40   ` kernel test robot
2023-01-09 19:00   ` kernel test robot
2023-01-11  2:02     ` wangweidong.a
2023-01-11  8:38       ` Martin Povišer
2023-01-13  3:46         ` wangweidong.a
2023-01-11  8:53       ` Krzysztof Kozlowski
2023-01-06  3:28 ` [PATCH V9 5/5] ASoC: dt-bindings: Add schema for "awinic,aw88395" wangweidong.a
2023-01-06  8:30   ` [PATCH V9 5/5] ASoC: dt-bindings: Add schema for "awinic, aw88395" Krzysztof Kozlowski

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