Re: [PATCH] ASoC: meson: axg-tdmin: fix axg skew offset

2020-12-18 Thread Mark Brown
On Thu, 17 Dec 2020 16:08:34 +0100, Jerome Brunet wrote: > The signal captured on from tdm decoder of the AXG SoC is incorrect. It > appears amplified. The skew offset of the decoder is wrong. > > Setting the skew offset to 3, like the g12 and sm1 SoCs, solves and gives > correct data. Applied to

[PATCH] ASoC: meson: axg-tdmin: fix axg skew offset

2020-12-17 Thread Jerome Brunet
The signal captured on from tdm decoder of the AXG SoC is incorrect. It appears amplified. The skew offset of the decoder is wrong. Setting the skew offset to 3, like the g12 and sm1 SoCs, solves and gives correct data. Fixes: 13a22e6a98f8 ("ASoC: meson: add tdm input driver") Signed-off-by: Jero