Re: [PATCH v2] ASoC: fsl_ssi: Add monaural audio support for non-ac97 interface

2013-12-02 Thread Nicolin Chen
On Mon, Dec 02, 2013 at 11:56:17AM +, Mark Brown wrote: > On Sat, Nov 16, 2013 at 12:25:29AM +0800, Nicolin Chen wrote: > > The normal mode of SSI allows it to send/receive data to/from the first > > slot of each period. So we can use this normal mode to trick I2S signal > > by puting/getting d

Re: [PATCH v2] ASoC: fsl_ssi: Add monaural audio support for non-ac97 interface

2013-12-02 Thread Mark Brown
On Sat, Nov 16, 2013 at 12:25:29AM +0800, Nicolin Chen wrote: > The normal mode of SSI allows it to send/receive data to/from the first > slot of each period. So we can use this normal mode to trick I2S signal > by puting/getting data to/from the first slot only (the left channel) > so as to suppor

[PATCH v2] ASoC: fsl_ssi: Add monaural audio support for non-ac97 interface

2013-11-15 Thread Nicolin Chen
The normal mode of SSI allows it to send/receive data to/from the first slot of each period. So we can use this normal mode to trick I2S signal by puting/getting data to/from the first slot only (the left channel) so as to support monaural audio playback and recording. Signed-off-by: Nicolin Chen