13 Jun
2011
13 Jun
'11
11:57 a.m.
On Mon, Jun 13, 2011 at 1:28 PM, Sangbeom Kim sbkim73@samsung.com wrote:
On Thu, Jun 9, 2011 at 8:31 PM, Jassi Brar wrote:
- case 1:
- if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
- i2s->dma_playback.dma_size = 2;
- else
- i2s->dma_capture.dma_size = 2;
I2S doesn't support Mono.
Yes, But some application require mono recording. It is needed mono recording support.
Sorry I don't understand. Alsa plugins can record stereo from device and provide mono to applications.