]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
ALSA: seq: increase the maximum number of queues
authorClemens Ladisch <clemens@ladisch.de>
Sun, 25 Jan 2015 13:36:46 +0000 (14:36 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 26 Jan 2015 12:57:29 +0000 (13:57 +0100)
commit1001fb810b1295d0600c0c6bdcb17889460470a5
tree031a161979d6bf3853fe2fb779ef62dd393474e5
parenta55bdf1ec5945050bfce9c3b2c3d8b70e8fd01a1
ALSA: seq: increase the maximum number of queues

Queues are used both for scheduling playback events and for assigning
timestamps to recorded events, so it is easy to need quite a lot of
them, especially on a multi-user system.  Additionally, the actual
queue objects are allocated dynamically, so it does not really make
sense to have a low limit.  Increase it to something still sane.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/seq_kernel.h