]> 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)
commit8367f79cfe0400ef63c309e3af6cf1230a090832
treed69b822dd012c1856a37c0e5b50a382b455b68cf
parentafc020a2bf95e77c48a9a9398b74f1487c0d1a80
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