Nicolas Hüppelshäuser wrote:
> I'm using alsa 1.0.4. How can I get a larger alsa buffer size?
PCM devices have a default maximum buffer size and a maximum maxmimum
buffer size. For example, in the snd-usb-audio driver, it's 64 KB and
128 KB.
The current value (in KB) can be seen in the file
/pr
Nicolas Hüppelshäuser wrote:
Hi!
I'm using alsa 1.0.4. How can I get a larger alsa buffer size? The
maximum size returned by snd_pcm_hw_params_get_buffer_size_max is too
small. I found no module option and nothing apropriate within the driver
code. Mainly I'm using the snd-usb-audio module but
Hi!
I'm using alsa 1.0.4. How can I get a larger alsa buffer size? The
maximum size returned by snd_pcm_hw_params_get_buffer_size_max is too
small. I found no module option and nothing apropriate within the driver
code. Mainly I'm using the snd-usb-audio module but others are also of
interest