Re: [PATCH] ASoC: atmel_ssc_dai: Match the CMR divider only in full duplex.

2014-11-03 Thread Mark Brown
On Fri, Oct 24, 2014 at 09:25:59PM +0200, Peter Rosin wrote: > The CMR divider register is shared by playback and capture. The SSC driver > therefore tries to enforce rules so that the needed register content do > not conflict during simultaneous playback/capture. However, the > implementation also

Re: [PATCH] ASoC: atmel_ssc_dai: Match the CMR divider only in full duplex.

2014-11-02 Thread Bo Shen
Hi Mark, On 11/01/2014 02:12 AM, Mark Brown wrote: On Fri, Oct 24, 2014 at 09:25:59PM +0200, Peter Rosin wrote: The CMR divider register is shared by playback and capture. The SSC driver therefore tries to enforce rules so that the needed register content do not conflict during simultaneous pla

Re: [PATCH] ASoC: atmel_ssc_dai: Match the CMR divider only in full duplex.

2014-10-31 Thread Mark Brown
On Fri, Oct 24, 2014 at 09:25:59PM +0200, Peter Rosin wrote: > The CMR divider register is shared by playback and capture. The SSC driver > therefore tries to enforce rules so that the needed register content do > not conflict during simultaneous playback/capture. However, the > implementation also

[PATCH] ASoC: atmel_ssc_dai: Match the CMR divider only in full duplex.

2014-10-24 Thread Peter Rosin
The CMR divider register is shared by playback and capture. The SSC driver therefore tries to enforce rules so that the needed register content do not conflict during simultaneous playback/capture. However, the implementation also prevents changing the register content in half-duplex scenarios, whi