Re: [PATCH 10/25] ASoC: sun8i-codec: Program format before clock inversion

2020-10-05 Thread Maxime Ripard
On Wed, Sep 30, 2020 at 09:11:33PM -0500, Samuel Holland wrote: > The LRCK inversion bit has a different meaning in DSP mode: it selects > between DSP A and DSP B formats. To support this, we need to know if > the selected format is a DSP format. One easy way to do this is to set > the format field

[PATCH 10/25] ASoC: sun8i-codec: Program format before clock inversion

2020-09-30 Thread Samuel Holland
The LRCK inversion bit has a different meaning in DSP mode: it selects between DSP A and DSP B formats. To support this, we need to know if the selected format is a DSP format. One easy way to do this is to set the format field before the inversion fields. Signed-off-by: Samuel Holland --- sound