RE: [PATCH] ASoC: fsl_esai: Support synchronous mode

2019-04-03 Thread S.j. Wang
Hi > > > > On Mon, Apr 01, 2019 at 11:39:10AM +, S.j. Wang wrote: > > > > In ESAI synchronous mode, the clock is generated by Tx, So we > > > > should always set registers of Tx which relate with the bit clock > > > > and frame clock generation (TCCR, TCR, ECR), even there is only Rx is > wor

Re: [PATCH] ASoC: fsl_esai: Support synchronous mode

2019-04-02 Thread Nicolin Chen
> > On Mon, Apr 01, 2019 at 11:39:10AM +, S.j. Wang wrote: > > > In ESAI synchronous mode, the clock is generated by Tx, So we should > > > always set registers of Tx which relate with the bit clock and frame > > > clock generation (TCCR, TCR, ECR), even there is only Rx is working. > > > > > >

RE: [PATCH] ASoC: fsl_esai: Support synchronous mode

2019-04-02 Thread S.j. Wang
Hi > > Shengjiu, > > On Mon, Apr 01, 2019 at 11:39:10AM +, S.j. Wang wrote: > > In ESAI synchronous mode, the clock is generated by Tx, So we should > > always set registers of Tx which relate with the bit clock and frame > > clock generation (TCCR, TCR, ECR), even there is only Rx is workin

Re: [PATCH] ASoC: fsl_esai: Support synchronous mode

2019-04-01 Thread Nicolin Chen
Shengjiu, On Mon, Apr 01, 2019 at 11:39:10AM +, S.j. Wang wrote: > In ESAI synchronous mode, the clock is generated by Tx, So > we should always set registers of Tx which relate with the > bit clock and frame clock generation (TCCR, TCR, ECR), even > there is only Rx is working. > > Signed-of