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]
Date:   Fri, 13 Jan 2023 13:52:56 +0800
From:   wangweidong.a@...nic.com
To:     lgirdwood@...il.com, broonie@...nel.org, robh+dt@...nel.org,
        krzysztof.kozlowski+dt@...aro.org, perex@...ex.cz, tiwai@...e.com,
        ckeepax@...nsource.cirrus.com, rf@...nsource.cirrus.com,
        pierre-louis.bossart@...ux.intel.com, james.schulman@...rus.com,
        wangweidong.a@...nic.com, flatmax@...tmax.com,
        jonathan.albrieux@...il.com, povik+lin@...ebit.org,
        13691752556@....com, shumingf@...ltek.com,
        ryan.lee.analog@...il.com, alsa-devel@...a-project.org,
        devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Cc:     liweilei@...nic.com, yijiangtao@...nic.com, zhaolei@...nic.com
Subject: [PATCH V10 0/5] ASoC: codecs: Add Awinic AW88395 audio amplifier driver

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

The Awinic AW88395 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 AW88395 audio amplifiers. They are
controlled using I2C

v9 -> v10: Modified return before unlock
           Change the way the if statement is written
           Use __le16 instead of unsigned short
           Rename the file, changing aw883xx to aw88395
           Change variable name
           Modify the Makefile and Kconfig

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

 .../bindings/sound/awinic,aw88395.yaml        |   53 +
 sound/soc/codecs/Kconfig                      |   17 +
 sound/soc/codecs/Makefile                     |    5 +
 sound/soc/codecs/aw88395/aw88395.c            |  580 ++++++
 sound/soc/codecs/aw88395/aw88395.h            |   58 +
 sound/soc/codecs/aw88395/aw88395_data_type.h  |  142 ++
 sound/soc/codecs/aw88395/aw88395_device.c     | 1748 +++++++++++++++++
 sound/soc/codecs/aw88395/aw88395_device.h     |  194 ++
 sound/soc/codecs/aw88395/aw88395_lib.c        | 1066 ++++++++++
 sound/soc/codecs/aw88395/aw88395_lib.h        |   92 +
 sound/soc/codecs/aw88395/aw88395_reg.h        |  383 ++++
 11 files changed, 4338 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/awinic,aw88395.yaml
 create mode 100644 sound/soc/codecs/aw88395/aw88395.c
 create mode 100644 sound/soc/codecs/aw88395/aw88395.h
 create mode 100644 sound/soc/codecs/aw88395/aw88395_data_type.h
 create mode 100644 sound/soc/codecs/aw88395/aw88395_device.c
 create mode 100644 sound/soc/codecs/aw88395/aw88395_device.h
 create mode 100644 sound/soc/codecs/aw88395/aw88395_lib.c
 create mode 100644 sound/soc/codecs/aw88395/aw88395_lib.h
 create mode 100644 sound/soc/codecs/aw88395/aw88395_reg.h


base-commit: d9fc1511728c15df49ff18e49a494d00f78b7cd4
-- 
2.39.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ