Home
last modified time | relevance | path

Searched defs:PCMMKMINOR (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/sound/pcm/
HDsound.h121 #define PCMMKMINOR(u, d, sub) (snd_u2unit(u) | snd_c2unit(sub) | snd_d2unit(d)) macro
/dragonfly/sys/dev/sound/midi/
HDmidi.c70 #define PCMMKMINOR(u, d, c) ((((c) & 0xff) << 16) | (((u) & 0x0f) << 4) | ((d) & 0x0f)) macro
HDsequencer.c90 #define PCMMKMINOR(u, d, c) \ macro