mirror of https://gitee.com/openkylin/linux.git
22e58665a0
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:
|
||
---|---|---|
.. | ||
rcar | ||
Kconfig | ||
Makefile | ||
dma-sh7760.c | ||
fsi.c | ||
hac.c | ||
migor.c | ||
sh7760-ac97.c | ||
siu.h | ||
siu_dai.c | ||
siu_pcm.c | ||
ssi.c |