mbox series

[0/6] ASoC: add Allwinner H616 audio codec support

Message ID 20240929100750.860329-1-ryan@testtoast.com (mailing list archive)
Headers show
Series ASoC: add Allwinner H616 audio codec support | expand

Message

Ryan Walklin Sept. 29, 2024, 10:06 a.m. UTC
Hi,

The Allwinner H616 has a playback-only audio codec, with a single stereo or
differential-mono line output.

This patch adds support for the H616 (and H618/H700/T507) SoC. Based on the 
Allwinner kernel SDK driver, and tested on the H700.

Regards,

Ryan

Marcus Cooper (2):
  ASoC: sun4i-codec: Add support for different DAC FIFOC addresses to
    quirks
  ASoC: sun4i-codec: Add playback only flag to quirks

Ryan Walklin (4):
  clk: sunxi-ng: h616: Add sigma-delta modulation settings for audio PLL
  dt-bindings: allwinner: add H616 sun4i audio codec binding
  ASoC: sun4i-codec: support allwinner H616 codec
  arm64: dts: allwinner: h616: Add audio codec node

 .../sound/allwinner,sun4i-a10-codec.yaml      |  55 +++-
 .../arm64/boot/dts/allwinner/sun50i-h616.dtsi |  15 +
 drivers/clk/sunxi-ng/ccu-sun50i-h616.c        |  36 +--
 sound/soc/sunxi/sun4i-codec.c                 | 297 +++++++++++++++---
 4 files changed, 337 insertions(+), 66 deletions(-)