Hi
> Unlike other format-related DAI parameters, rdai->bit_clk_inv flag
> is not properly re-initialized when setting format for new stream
> processing. The inversion, if requested, is then applied not to default,
> but to a previous value, which leads to SCKP bit in SSICR register being
> set incorrectly.
> Fix this by re-setting the flag to its initial value, determined by format.
>
> Fixes: 1a7889ca8aba3 ("ASoC: rsnd: fixup SND_SOC_DAIFMT_xB_xF behavior")
> Cc: Andrew Gabbasov <[email protected]>
> Cc: Jiada Wang <[email protected]>
> Cc: Timo Wischer <[email protected]>
> Cc: [email protected] # v3.17+
> Signed-off-by: Junya Monden <[email protected]>
> Signed-off-by: Eugeniu Rosca <[email protected]>
> ---
Acked-by: Kuninori Morimoto <[email protected]>