Searched defs:PCMMKMINOR (Results 1 – 3 of 3) sorted by relevance
121 #define PCMMKMINOR(u, d, sub) (snd_u2unit(u) | snd_c2unit(sub) | snd_d2unit(d)) macro
70 #define PCMMKMINOR(u, d, c) ((((c) & 0xff) << 16) | (((u) & 0x0f) << 4) | ((d) & 0x0f)) macro
90 #define PCMMKMINOR(u, d, c) \ macro