RE: [PATCH V3] ASoC: fsl_esai: fix channel swap issue when stream starts

2019-02-26 Thread S.j. Wang
Ok, will send v4. Best regards Wang shengjiu > > Hi Shengjiu, > > Two more trivial comments inline. > > On Tue, Feb 26, 2019 at 03:12:25AM +, S.j. Wang wrote: > > There is very low possibility ( < 0.1% ) that channel swap happened in > > beginning when multi output/input pin is enabled. The

Re: [PATCH V3] ASoC: fsl_esai: fix channel swap issue when stream starts

2019-02-26 Thread Nicolin Chen
Hi Shengjiu, Two more trivial comments inline. On Tue, Feb 26, 2019 at 03:12:25AM +, S.j. Wang wrote: > There is very low possibility ( < 0.1% ) that channel swap happened > in beginning when multi output/input pin is enabled. The issue is > that hardware can't send data to correct pin in the

[PATCH V3] ASoC: fsl_esai: fix channel swap issue when stream starts

2019-02-25 Thread S.j. Wang
There is very low possibility ( < 0.1% ) that channel swap happened in beginning when multi output/input pin is enabled. The issue is that hardware can't send data to correct pin in the beginning with the normal enable flow. This is hardware issue, but there is no errata, the workaround flow is th