On Mon, Jun 13, 2011 at 1:28 PM, Sangbeom Kim <[email protected]> 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. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
