Home
last modified time | relevance | path

Searched refs:PCMMKMINOR (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/sound/midi/
HDmidi.c78 #define PCMMKMINOR(u, d, c) ((((c) & 0xff) << 16) | (((u) & 0x0f) << 4) | ((d) & 0x0f)) macro
79 #define MIDIMKMINOR(u, d, c) PCMMKMINOR(u, d, c)
HDsequencer.c94 #define PCMMKMINOR(u, d, c) \ macro
96 #define MIDIMKMINOR(u, d, c) PCMMKMINOR(u, d, c)