Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH v6 0/3] Add support for codec of F1C100s
@ 2024-11-23 12:38 Csókás, Bence
  2024-11-23 12:38 ` [PATCH v6 1/5] ASoC: sun4i-codec: Add DMA Max Burst field Csókás, Bence
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Csókás, Bence @ 2024-11-23 12:38 UTC (permalink / raw)
  To: linux-sound, linux-arm-kernel, linux-sunxi, linux-kernel
  Cc: Csókás, Bence, Mesih Kilinc, Liam Girdwood, Mark Brown,
	Jaroslav Kysela, Takashi Iwai, Chen-Yu Tsai, Jernej Skrabec,
	Samuel Holland, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Maxime Ripard

Support for Allwinner F1C100s/200s series audio was
submitted in 2018 as an RFC series, but was not merged,
despite having only minor errors. However, this is
essential for having audio on these SoCs.
This series was forward-ported/rebased to the best of
my abilities, on top of Linus' tree as of now:
commit 28eb75e178d3 ("Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel")

Link: https://lore.kernel.org/all/cover.1543782328.git.mesihkilinc@gmail.com/

As requested by many, this series will now be split in 2, the DMA and the
ALSA/ASoC codec driver. This is the codec part of the series.
The first part (DMA) is at the link below. The first 3 patches of this
series can be applied and built without the former series, but for working
audio you need them both, plus the last 2 Device Tree patches in this series.
Link: https://lore.kernel.org/linux-kernel/20241122161128.2619172-1-csokas.bence@prolan.hu/

Csókás, Bence (1):
  dt-bindings: sound: Add Allwinner suniv F1C100s Audio Codec

Mesih Kilinc (4):
  ASoC: sun4i-codec: Add DMA Max Burst field
  ASoC: sun4i-codec: Add support for Allwinner suniv F1C100s
  ARM: dts: suniv: f1c100s: Add support for Audio Codec
  ARM: dts: suniv: f1c100s: Activate Audio Codec for Lichee Pi Nano

 .../sound/allwinner,sun4i-a10-codec.yaml      |  31 ++
 .../allwinner/suniv-f1c100s-licheepi-nano.dts |   8 +
 .../arm/boot/dts/allwinner/suniv-f1c100s.dtsi |  14 +
 sound/soc/sunxi/sun4i-codec.c                 | 367 +++++++++++++++++-
 4 files changed, 418 insertions(+), 2 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2024-12-05 14:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-23 12:38 [PATCH v6 0/3] Add support for codec of F1C100s Csókás, Bence
2024-11-23 12:38 ` [PATCH v6 1/5] ASoC: sun4i-codec: Add DMA Max Burst field Csókás, Bence
2024-11-23 12:39 ` [PATCH v6 2/5] dt-bindings: sound: Add Allwinner suniv F1C100s Audio Codec Csókás, Bence
2024-11-23 16:22   ` Krzysztof Kozlowski
2024-11-23 22:09     ` Csókás Bence
2024-11-25 14:20   ` Rob Herring (Arm)
2024-11-23 12:39 ` [PATCH v6 3/5] ASoC: sun4i-codec: Add support for Allwinner suniv F1C100s Csókás, Bence
2024-11-26 12:18   ` Mark Brown
2024-11-27  7:12     ` Csókás Bence
2024-12-03 17:50 ` (subset) [PATCH v6 0/3] Add support for codec of F1C100s Mark Brown
2024-12-05 14:25 ` Chen-Yu Tsai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox