Since the unit number of a midi/sequencer device is expressed in 4
bits, we can configure only up to 16 units.
This commit is contained in:
parent
eb7ba7f95c
commit
c74c29ca6b
@ -217,7 +217,7 @@ struct _mididev_info {
|
||||
* then ioctls and other stuff
|
||||
*/
|
||||
|
||||
#define NMIDI_MAX 64 /* Number of supported devices */
|
||||
#define NMIDI_MAX 16 /* Number of supported devices */
|
||||
|
||||
/*
|
||||
* many variables should be reduced to a range. Here define a macro
|
||||
|
@ -200,7 +200,7 @@ struct _seqdev_info {
|
||||
/*
|
||||
* then ioctls and other stuff
|
||||
*/
|
||||
#define NSEQ_MAX 64 /* Number of supported devices */
|
||||
#define NSEQ_MAX 16 /* Number of supported devices */
|
||||
|
||||
/*
|
||||
* many variables should be reduced to a range. Here define a macro
|
||||
|
Loading…
x
Reference in New Issue
Block a user