]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl_sai: Fix one bug for hardware limitation.
authorXiubo Li <Li.Xiubo@freescale.com>
Tue, 31 Dec 2013 07:33:21 +0000 (15:33 +0800)
committerMark Brown <broonie@linaro.org>
Tue, 31 Dec 2013 12:23:10 +0000 (12:23 +0000)
commit7fd337eaea26971e14d5d9129a2bf124f8a01259
treed69b822dd012c1856a37c0e5b50a382b455b68cf
parent9ca723d14330897531ffee271bafa6ac8846a407
ASoC: fsl_sai: Fix one bug for hardware limitation.

This is maybe one bug or a limitation of the hardware that the {T,R}CR2's
Synchronous Mode bits must be set as late as possible, or the SAI device
maybe hanged up, and there has not any explaination about this limitation
in the SAI Data Sheet.

And the {T,R}CR2's Synchronous Mode bits must be set at the same time whether
for Tx or Rx stream.

Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/fsl/fsl_sai.c