Searched refs:PCMMKMINOR (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/dev/sound/midi/ |
| HD | midi.c | 78 #define PCMMKMINOR(u, d, c) ((((c) & 0xff) << 16) | (((u) & 0x0f) << 4) | ((d) & 0x0f)) macro 79 #define MIDIMKMINOR(u, d, c) PCMMKMINOR(u, d, c)
|
| HD | sequencer.c | 94 #define PCMMKMINOR(u, d, c) \ macro 96 #define MIDIMKMINOR(u, d, c) PCMMKMINOR(u, d, c)
|