[PATCH V1 08/11] ASoc: DaVinci: i2s, Improve underrun, support mono

2009-07-04 Thread Troy Kisky
This patch will reduce the number of underruns by shifting out 32 bit values instead of 16 bit. It also adds mono support. Signed-off-by: Troy Kisky --- sound/soc/davinci/davinci-i2s.c | 124 +++ sound/soc/davinci/davinci-pcm.c | 31 +++--- sound/soc/da

Re: [PATCH V1 08/11] ASoc: DaVinci: i2s, Improve underrun, support mono

2009-07-06 Thread Steve Chen
On Sat, 2009-07-04 at 19:29 -0700, Troy Kisky wrote: > This patch will reduce the number of underruns by > shifting out 32 bit values instead of 16 bit. It also > adds mono support. Doesn't ALSA already automatically handle mono-stero conversions? I don't think we need to provide the same functio

Re: [PATCH V1 08/11] ASoc: DaVinci: i2s, Improve underrun, support mono

2009-07-06 Thread Steve Chen
On Mon, 2009-07-06 at 12:54 +0100, Mark Brown wrote: > On Mon, Jul 06, 2009 at 06:09:16AM -0500, Steve Chen wrote: > > On Sat, 2009-07-04 at 19:29 -0700, Troy Kisky wrote: > > > > This patch will reduce the number of underruns by > > > shifting out 32 bit values instead of 16 bit. It also > > > ad