Re: [PATCH 0/7] Allwinner A64 digital audio codec fixes
From: Maxime Ripard <hidden>
Date: 2020-08-28 10:50:08
Also in:
alsa-devel, linux-devicetree, lkml
From: Maxime Ripard <hidden>
Date: 2020-08-28 10:50:08
Also in:
alsa-devel, linux-devicetree, lkml
On Sat, Jul 25, 2020 at 08:25:50PM -0500, Samuel Holland wrote:
This series fixes a couple of issues with the digital audio codec in the Allwinner A64 SoC: 1) Left/right channels were swapped when playing/recording audio 2) DAPM topology was wrong, breaking some kcontrols This is the minimum set of changes necessary to fix these issues in a backward-compatible way. For that reason, some DAPM widgets still have incorrect or confusing names; those and other issues will be fixed in later patch sets. Samuel Holland (7): ASoC: dt-bindings: Add a new compatible for the A64 codec ASoC: sun8i-codec: Fix DAPM to match the hardware topology ASoC: sun8i-codec: Add missing mixer routes ASoC: sun8i-codec: Add a quirk for LRCK inversion ARM: dts: sun8i: a33: Update codec widget names arm64: dts: allwinner: a64: Update codec widget names arm64: dts: allwinner: a64: Update the audio codec compatible
Applied patcehs 5-7 Maxime