devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/5] ASoC: sunxi: Add support for D1/T113s internal audio codec
@ 2023-08-05 18:05 Maksim Kiselev
  2023-08-05 18:05 ` [PATCH v1 1/5] ASoC: dt-bindings: sun4i-a10-codec: Add binding for Allwinner D1 SoC Maksim Kiselev
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Maksim Kiselev @ 2023-08-05 18:05 UTC (permalink / raw)
  To: linux-kernel
  Cc: Maksim Kiselev, Liam Girdwood, Mark Brown, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Chen-Yu Tsai, Jernej Skrabec,
	Samuel Holland, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	Jaroslav Kysela, Takashi Iwai, Maxime Ripard, alsa-devel,
	devicetree, linux-arm-kernel, linux-sunxi, linux-riscv

Hi,

This is the series adding support for internal audio codec on
Allwinner D1/T113s SoCs family.

My work based on Icenowy Zheng's patches from sipeed repo that adds
support for the R329 audio codec. But, unfortunately, these patches
were not sent to upstream. So, I adapted them to fit the T113s.
In the future, support for R329 could easily be added on top of
this series. Because D1/T113s and R329 SoCs have almost the same audio
codec IP, with slight differences in the analog part, plus the R329
has two additional ADCs.

The series includes modifications for the existing sun4i-codec driver
that brings support for the digital part of the D1 codec. And adds the
new sun20i-d1-codec-analog driver for the analog part.

I would be glad if someone have a look :)

Cheers,
Maksim

Maksim Kiselev (5):
  ASoC: dt-bindings: sun4i-a10-codec: Add binding for Allwinner D1 SoC
  ASoC: dt-bindings: Add schema for "allwinner,sun20i-d1-codec-analog"
  ASoC: sunxi: sun4i-codec: add basic support for D1 audio codec
  ASoC: sunxi: Add new driver for Allwinner D1/T113s codec's analog path
    controls
  riscv: dts: allwinner: d1: Add device nodes for internal audio codec

 .../allwinner,sun20i-d1-codec-analog.yaml     |  33 ++
 .../sound/allwinner,sun4i-a10-codec.yaml      |  64 ++-
 .../boot/dts/allwinner/sunxi-d1s-t113.dtsi    |  22 ++
 sound/soc/sunxi/Kconfig                       |  11 +
 sound/soc/sunxi/Makefile                      |   1 +
 sound/soc/sunxi/sun20i-d1-codec-analog.c      | 220 +++++++++++
 sound/soc/sunxi/sun4i-codec.c                 | 364 +++++++++++++++---
 7 files changed, 643 insertions(+), 72 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/allwinner,sun20i-d1-codec-analog.yaml
 create mode 100644 sound/soc/sunxi/sun20i-d1-codec-analog.c

-- 
2.39.2


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

end of thread, other threads:[~2023-08-24  7:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-05 18:05 [PATCH v1 0/5] ASoC: sunxi: Add support for D1/T113s internal audio codec Maksim Kiselev
2023-08-05 18:05 ` [PATCH v1 1/5] ASoC: dt-bindings: sun4i-a10-codec: Add binding for Allwinner D1 SoC Maksim Kiselev
2023-08-21 15:45   ` Rob Herring
2023-08-05 18:05 ` [PATCH v1 2/5] ASoC: dt-bindings: Add schema for "allwinner,sun20i-d1-codec-analog" Maksim Kiselev
2023-08-21 15:47   ` Rob Herring
2023-08-23 16:13     ` Maxim Kiselev
2023-08-24  7:03       ` Krzysztof Kozlowski
2023-08-05 18:05 ` [PATCH v1 3/5] ASoC: sunxi: sun4i-codec: add basic support for D1 audio codec Maksim Kiselev
2023-08-05 18:05 ` [PATCH v1 4/5] ASoC: sunxi: Add new driver for Allwinner D1/T113s codec's analog path controls Maksim Kiselev
2023-08-05 18:05 ` [PATCH v1 5/5] riscv: dts: allwinner: d1: Add device nodes for internal audio codec Maksim Kiselev

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