Message ID | 20240929100750.860329-1-ryan@testtoast.com (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: add Allwinner H616 audio codec support | expand |
tested on 6.12-rc1 with RG35XX-H Tested-by: Philippe Simons <simons.philippe@gmail.com> On 29/09/2024 12:06, Ryan Walklin wrote: > 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(-) >