mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-14 18:22:56 +00:00
[ALSA] usb-audio: use vmalloc for the PCM buffer
USB generic driver With the double buffering, we no longer need contiguous memory for the PCM buffer, so we can use vmalloc() instead of the preallocation functions, and increase the maximum size to 256 KB. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
This commit is contained in:
parent
55851f734d
commit
6207e51b79
1 changed files with 44 additions and 9 deletions
Loading…
Add table
Add a link
Reference in a new issue