Re: [PATCH bisect 1/2] ASoC: fsl_sai: Fix buggy configurations in trigger()

2014-04-01 Thread Mark Brown
On Tue, Apr 01, 2014 at 11:17:06AM +0800, Nicolin Chen wrote: > The current trigger() has two crucial problems: > 1) The DMA request enabling operations (FSL_SAI_CSR_FRDE) for Tx and Rx are >now totally exclusive: It would fail to run simultaneous Tx-Rx cases. > 2) The TERE disabling operation

[PATCH bisect 1/2] ASoC: fsl_sai: Fix buggy configurations in trigger()

2014-03-31 Thread Nicolin Chen
The current trigger() has two crucial problems: 1) The DMA request enabling operations (FSL_SAI_CSR_FRDE) for Tx and Rx are now totally exclusive: It would fail to run simultaneous Tx-Rx cases. 2) The TERE disabling operation depends on an incorrect condition -- active reference count that on