Re: [PATCH v2 03/17] ASoC: sun8i-codec: Enable all supported clock inversions

2020-10-19 Thread Maxime Ripard
On Wed, Oct 14, 2020 at 01:19:27AM -0500, Samuel Holland wrote: > When using the I2S, LEFT_J, or RIGHT_J format, the hardware supports > independent BCLK and LRCK inversion control. When using DSP_A or DSP_B, > LRCK inversion is not supported. The register bit is repurposed to > select between DSP_

[PATCH v2 03/17] ASoC: sun8i-codec: Enable all supported clock inversions

2020-10-13 Thread Samuel Holland
When using the I2S, LEFT_J, or RIGHT_J format, the hardware supports independent BCLK and LRCK inversion control. When using DSP_A or DSP_B, LRCK inversion is not supported. The register bit is repurposed to select between DSP_A and DSP_B. Extend the driver to support this. Signed-off-by: Samuel H