Re: [PATCH] ASoC: fsl_sai: Add asynchronous mode support

2014-08-07 Thread Mark Brown
On Tue, Aug 05, 2014 at 03:32:05PM +0800, Nicolin Chen wrote: > From: Nicolin Chen > > SAI supports these operation modes: > 1) asynchronous mode >Both Tx and Rx are set to be asynchronous. Applied, thanks. signature.asc Description: Digital signature __

Re: [PATCH] ASoC: fsl_sai: Add asynchronous mode support

2014-08-07 Thread Mark Brown
On Thu, Aug 07, 2014 at 05:44:05PM +0800, Nicolin Chen wrote: > On Thu, Aug 07, 2014 at 10:45:27AM +0100, Mark Brown wrote: > > Might be worth printing an error here. > Hmm...Do I need to send a v2? Send an incremental patch. signature.asc Description: Digital signature ___

Re: [PATCH] ASoC: fsl_sai: Add asynchronous mode support

2014-08-07 Thread Nicolin Chen
On Thu, Aug 07, 2014 at 10:45:27AM +0100, Mark Brown wrote: > On Tue, Aug 05, 2014 at 03:32:05PM +0800, Nicolin Chen wrote: > > From: Nicolin Chen > > > > SAI supports these operation modes: > > 1) asynchronous mode > >Both Tx and Rx are set to be asynchronous. > > 2) synchronous mode (Rx syn

Re: [PATCH] ASoC: fsl_sai: Add asynchronous mode support

2014-08-07 Thread Mark Brown
On Tue, Aug 05, 2014 at 03:32:05PM +0800, Nicolin Chen wrote: > From: Nicolin Chen > > SAI supports these operation modes: > 1) asynchronous mode >Both Tx and Rx are set to be asynchronous. > 2) synchronous mode (Rx sync with Tx) >Tx is set to be asynchronous, Rx is set to be synchronous.

Re: [PATCH] ASoC: fsl_sai: Add asynchronous mode support

2014-08-06 Thread Mark Brown
On Wed, Aug 06, 2014 at 10:42:37AM +0800, Nicolin Chen wrote: > On Tue, Aug 05, 2014 at 04:44:29PM +0530, Varka Bhadram wrote: > > Reading comfortably is important for us... :-) > > see > > this:http://lxr.free-electrons.com/source/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt#L

Re: [PATCH] ASoC: fsl_sai: Add asynchronous mode support

2014-08-05 Thread Nicolin Chen
Hi Varka, On Tue, Aug 05, 2014 at 04:44:29PM +0530, Varka Bhadram wrote: > On 08/05/2014 04:37 PM, Nicolin Chen wrote: > >Hi Varka, > > > >On Tue, Aug 05, 2014 at 04:29:50PM +0530, Varka Bhadram wrote: > >>>diff --git a/Documentation/devicetree/bindings/sound/fsl-sai.txt > >>>b/Documentation/devi

Re: [PATCH] ASoC: fsl_sai: Add asynchronous mode support

2014-08-05 Thread Varka Bhadram
On 08/05/2014 04:37 PM, Nicolin Chen wrote: Hi Varka, On Tue, Aug 05, 2014 at 04:29:50PM +0530, Varka Bhadram wrote: diff --git a/Documentation/devicetree/bindings/sound/fsl-sai.txt b/Documentation/devicetree/bindings/sound/fsl-sai.txt index 0f4e238..77864f4 100644 --- a/Documentation/devicetr

Re: [PATCH] ASoC: fsl_sai: Add asynchronous mode support

2014-08-05 Thread Nicolin Chen
Hi Varka, On Tue, Aug 05, 2014 at 04:29:50PM +0530, Varka Bhadram wrote: > >diff --git a/Documentation/devicetree/bindings/sound/fsl-sai.txt > >b/Documentation/devicetree/bindings/sound/fsl-sai.txt > >index 0f4e238..77864f4 100644 > >--- a/Documentation/devicetree/bindings/sound/fsl-sai.txt > >++

Re: [PATCH] ASoC: fsl_sai: Add asynchronous mode support

2014-08-05 Thread Varka Bhadram
On 08/05/2014 01:02 PM, Nicolin Chen wrote: From: Nicolin Chen SAI supports these operation modes: 1) asynchronous mode Both Tx and Rx are set to be asynchronous. 2) synchronous mode (Rx sync with Tx) Tx is set to be asynchronous, Rx is set to be synchronous. 3) synchronous mode (Tx syn

[PATCH] ASoC: fsl_sai: Add asynchronous mode support

2014-08-05 Thread Nicolin Chen
From: Nicolin Chen SAI supports these operation modes: 1) asynchronous mode Both Tx and Rx are set to be asynchronous. 2) synchronous mode (Rx sync with Tx) Tx is set to be asynchronous, Rx is set to be synchronous. 3) synchronous mode (Tx sync with Rx) Rx is set to be asynchronous, Tx i