Searched refs:UMP_MIDI1_MSG_REALTIME (Results 1 - 3 of 3) sorted by path

/linux-master/include/sound/
H A Dump_msg.h119 UMP_MIDI1_MSG_REALTIME = 0xf0, /* mask */ enumerator in enum:__anon4165
/linux-master/sound/core/seq/
H A Dseq_ump_convert.c188 if ((status & 0xf0) != UMP_MIDI1_MSG_REALTIME)
/linux-master/sound/core/
H A Dump_convert.c447 if ((c & 0xf0) == UMP_MIDI1_MSG_REALTIME) {
485 if ((cvt->buf[0] & 0xf0) == UMP_MIDI1_MSG_REALTIME)

Completed in 223 milliseconds