commit | 204bdb1b50013c7aa3922d8b66df943123087bd8 | [log] [tgz] |
---|---|---|
author | Clemens Ladisch <clemens@ladisch.de> | Sun Nov 20 14:08:28 2005 +0100 |
committer | Jaroslav Kysela <perex@suse.cz> | Tue Jan 03 12:29:20 2006 +0100 |
tree | 9e1721fe87bd960d497dfbb7a3abe9ddb57e5365 | |
parent | 332682b1cd540dd7abbbbfc1905af8139e76e1b7 [diff] |
[ALSA] dynamic minors (5/6): reduce maximum number of MIDI devices per card Modules: ALSA sequencer,Generic drivers To allow increasing the maximum number of sound cards, we have to limit the number of sequencer clients per card because client numbers are still allocated statically. Reducing the number of clients to four limits the number of sequencer MIDI ports to 1024 per card. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>