Re: [PATCH] ASoC: atmel-pcm-dma: increase buffer_bytes_max

2015-04-02 Thread Alexandre Belloni
On 01/04/2015 at 21:33:42 +0100, Mark Brown wrote : > On Mon, Mar 30, 2015 at 09:40:37PM +0200, Alexandre Belloni wrote: > > atmel-pcm-dma is not limited to a buffer size of 64kB like atmel-pcm-pdc. > > Increase buffer_bytes_max to 512kB to allow for higher bit rates (i.e. > > 32bps at > >

Re: [PATCH] ASoC: atmel-pcm-dma: increase buffer_bytes_max

2015-04-02 Thread Alexandre Belloni
On 01/04/2015 at 21:33:42 +0100, Mark Brown wrote : On Mon, Mar 30, 2015 at 09:40:37PM +0200, Alexandre Belloni wrote: atmel-pcm-dma is not limited to a buffer size of 64kB like atmel-pcm-pdc. Increase buffer_bytes_max to 512kB to allow for higher bit rates (i.e. 32bps at 192kHz) to work

Re: [PATCH] ASoC: atmel-pcm-dma: increase buffer_bytes_max

2015-04-01 Thread Mark Brown
On Mon, Mar 30, 2015 at 09:40:37PM +0200, Alexandre Belloni wrote: > atmel-pcm-dma is not limited to a buffer size of 64kB like atmel-pcm-pdc. > Increase buffer_bytes_max to 512kB to allow for higher bit rates (i.e. 32bps > at > 192kHz) to work correctly. By default, keep the prealloc at 64kB.

Re: [PATCH] ASoC: atmel-pcm-dma: increase buffer_bytes_max

2015-04-01 Thread Mark Brown
On Mon, Mar 30, 2015 at 09:40:37PM +0200, Alexandre Belloni wrote: atmel-pcm-dma is not limited to a buffer size of 64kB like atmel-pcm-pdc. Increase buffer_bytes_max to 512kB to allow for higher bit rates (i.e. 32bps at 192kHz) to work correctly. By default, keep the prealloc at 64kB.

Re: [alsa-devel] [PATCH] ASoC: atmel-pcm-dma: increase buffer_bytes_max

2015-03-31 Thread Lars-Peter Clausen
On 03/30/2015 09:40 PM, Alexandre Belloni wrote: atmel-pcm-dma is not limited to a buffer size of 64kB like atmel-pcm-pdc. Increase buffer_bytes_max to 512kB to allow for higher bit rates (i.e. 32bps at 192kHz) to work correctly. By default, keep the prealloc at 64kB. Patch per se looks good.

Re: [alsa-devel] [PATCH] ASoC: atmel-pcm-dma: increase buffer_bytes_max

2015-03-31 Thread Lars-Peter Clausen
On 03/30/2015 09:40 PM, Alexandre Belloni wrote: atmel-pcm-dma is not limited to a buffer size of 64kB like atmel-pcm-pdc. Increase buffer_bytes_max to 512kB to allow for higher bit rates (i.e. 32bps at 192kHz) to work correctly. By default, keep the prealloc at 64kB. Patch per se looks good.

[PATCH] ASoC: atmel-pcm-dma: increase buffer_bytes_max

2015-03-30 Thread Alexandre Belloni
atmel-pcm-dma is not limited to a buffer size of 64kB like atmel-pcm-pdc. Increase buffer_bytes_max to 512kB to allow for higher bit rates (i.e. 32bps at 192kHz) to work correctly. By default, keep the prealloc at 64kB. Signed-off-by: Alexandre Belloni --- sound/soc/atmel/atmel-pcm-dma.c | 4

[PATCH] ASoC: atmel-pcm-dma: increase buffer_bytes_max

2015-03-30 Thread Alexandre Belloni
atmel-pcm-dma is not limited to a buffer size of 64kB like atmel-pcm-pdc. Increase buffer_bytes_max to 512kB to allow for higher bit rates (i.e. 32bps at 192kHz) to work correctly. By default, keep the prealloc at 64kB. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com ---