diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2005-12-12 03:36:01 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 06:30:50 -0500 |
commit | aa1e77e691025149908f7641e77de93ffd7f1188 (patch) | |
tree | a5c0742275e31a69bf0e9f35e03af9120b1a4cf9 /include/sound/asequencer.h | |
parent | 7b6d92451ad5e1136dc347347e888b94638b8ba9 (diff) |
[ALSA] seq: reorganize sequencer client numbers
Modules: ALSA sequencer
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.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'include/sound/asequencer.h')
-rw-r--r-- | include/sound/asequencer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/sound/asequencer.h b/include/sound/asequencer.h index 59485be05797..6691e4aa4ea7 100644 --- a/include/sound/asequencer.h +++ b/include/sound/asequencer.h | |||
@@ -502,8 +502,9 @@ struct snd_seq_running_info { | |||
502 | 502 | ||
503 | /* known client numbers */ | 503 | /* known client numbers */ |
504 | #define SNDRV_SEQ_CLIENT_SYSTEM 0 | 504 | #define SNDRV_SEQ_CLIENT_SYSTEM 0 |
505 | #define SNDRV_SEQ_CLIENT_DUMMY 62 /* dummy ports */ | 505 | /* internal client numbers */ |
506 | #define SNDRV_SEQ_CLIENT_OSS 63 /* oss sequencer emulator */ | 506 | #define SNDRV_SEQ_CLIENT_DUMMY 14 /* midi through */ |
507 | #define SNDRV_SEQ_CLIENT_OSS 15 /* oss sequencer emulator */ | ||
507 | 508 | ||
508 | 509 | ||
509 | /* client types */ | 510 | /* client types */ |