mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
seq: reorganize sequencer client numbers
Reduce the maximum possible number of global clients to 16 to make more numbers available for card clients, and allow dynamically allocated card client numbers to share the same range as application client numbers to make sure that all 32 cards can be used at the same time.
This commit is contained in:
parent
bdfbbed5ca
commit
551c22fcb8
1 changed files with 3 additions and 2 deletions
|
|
@ -501,8 +501,9 @@ struct sndrv_seq_running_info {
|
|||
|
||||
/* known client numbers */
|
||||
#define SNDRV_SEQ_CLIENT_SYSTEM 0
|
||||
#define SNDRV_SEQ_CLIENT_DUMMY 62 /* dummy ports */
|
||||
#define SNDRV_SEQ_CLIENT_OSS 63 /* oss sequencer emulator */
|
||||
/* internal client numbers */
|
||||
#define SNDRV_SEQ_CLIENT_DUMMY 14 /* midi through */
|
||||
#define SNDRV_SEQ_CLIENT_OSS 15 /* oss sequencer emulator */
|
||||
|
||||
|
||||
/* client types */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue