lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241024090324.131731-1-wangweidong.a@awinic.com>
Date: Thu, 24 Oct 2024 17:03:22 +0800
From: wangweidong.a@...nic.com
To: lgirdwood@...il.com,
	broonie@...nel.org,
	robh@...nel.org,
	krzk+dt@...nel.org,
	conor+dt@...nel.org,
	perex@...ex.cz,
	tiwai@...e.com,
	pierre-louis.bossart@...ux.dev,
	neil.armstrong@...aro.org,
	rf@...nsource.cirrus.com,
	arnd@...db.de,
	wangweidong.a@...nic.com,
	luca.ceresoli@...tlin.com,
	quic_pkumpatl@...cinc.com,
	herve.codina@...tlin.com,
	masahiroy@...nel.org,
	linux-sound@...r.kernel.org,
	devicetree@...r.kernel.org,
	linux-kernel@...r.kernel.org
Cc: yijiangtao@...nic.com
Subject: [PATCH V2 0/2] ASoC: codecs: Add aw88081 amplifier driver

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

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

The driver is for amplifiers aw88081 of Awinic Technology
Corporation. The awinic AW88081 is an I2S/TDM input,
high efficiency digital Smart K audio amplifier

v1 -> v2: Modify the order of properties under the compatible node
            in the awinic,aw88395.yaml file
          Modify the commit message of the awinic,aw88395.yaml file
          Move "struct aw88081" into .c files
          Changing the order of header files
          Using return 0 as a function return value
          Modifying strscpy usage
          Delete useless variable assignments
          Modify dev_err_probe usage

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

 .../bindings/sound/awinic,aw88395.yaml        |    4 +-
 sound/soc/codecs/Kconfig                      |   12 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/aw88081.c                    | 1087 +++++++++++++++++
 sound/soc/codecs/aw88081.h                    |  286 +++++
 5 files changed, 1390 insertions(+), 1 deletion(-)
 create mode 100644 sound/soc/codecs/aw88081.c
 create mode 100644 sound/soc/codecs/aw88081.h


base-commit: c2ee9f594da826bea183ed14f2cc029c719bf4da
-- 
2.47.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ