This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ASoC and OMAP-L138. Changing ALSA buffer size.

Other Parts Discussed in Thread: OMAP-L138

Hi

I write application that captures sound on OMAP-L138 . Everything works fine but I need to change size of the ALSA buffer, or more precise I need to set period size greater than 4096 frames but when I try to set it >= 4096 frames it's truncate to 2048 frames. I checked maximum buffer size(snd_pcm_hw_params_get_buffer_max), its value is 32768 frames. I can't change it. I try to manipulate period size, periods and buffer size directly with no effects. I compiled the same code on my PC and I have no problems with setting period size above 2048 frames. I use Arago/2.6.32+2.6.33-rc4-psp03.20 linux kernel and ALSA library version: 1.0.23. This behavior is a bug? Or  there is a possibility to change the default ALSA buffer size in a different way?