Searched refs:MIDI_CMDMASK (Results 1 – 3 of 3) sorted by relevance
26 #define MIDI_CMDMASK 0xf0 macro
57 if ((msg[0] & MIDI_CMDMASK) == MIDI_CTL && msg[1] == MIDI_CTL_VOL) { in opt_midi_omsg()
36 #define MIDI_CMDMASK 0xf0 macro870 if ((msg[0] & MIDI_CMDMASK) == MIDI_CTL && msg[1] == MIDI_CTL_VOL) { in dev_imsg()