RE: [PATCH] ASoC: fsl_sai: Fix one bug for hardware limitation.

2013-12-30 Thread li.xi...@freescale.com
Hi Mark, > Subject: Re: [PATCH] ASoC: fsl_sai: Fix one bug for hardware limitation. > > On Thu, Dec 26, 2013 at 10:57:22AM +0800, Xiubo Li wrote: > > This is maybe one bug or a limitation of the hardware that the {T,R}CR2's > > Synchronous Mode bits must be set as la

Re: [PATCH] ASoC: fsl_sai: Fix one bug for hardware limitation.

2013-12-30 Thread Mark Brown
On Thu, Dec 26, 2013 at 10:57:22AM +0800, Xiubo Li wrote: > 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 D

[PATCH] ASoC: fsl_sai: Fix one bug for hardware limitation.

2013-12-25 Thread Xiubo Li
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. Signed-off-by: Xiubo Li --- sound/soc/fsl/fsl_sai.c