From: Clemens Ladisch Date: Sun, 25 Jan 2015 13:36:46 +0000 (+0100) Subject: ALSA: seq: increase the maximum number of queues X-Git-Tag: fixes-v4.0-rc1~146^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1001fb810b1295d0600c0c6bdcb17889460470a5;p=pandora-kernel.git 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 Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed