Home
last modified time | relevance | path

Searched refs:UMP_MIDI1_MSG_REALTIME (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/sound/core/
Dump_convert.c447 if ((c & 0xf0) == UMP_MIDI1_MSG_REALTIME) { in do_convert_to_ump()
485 if ((cvt->buf[0] & 0xf0) == UMP_MIDI1_MSG_REALTIME) in do_convert_to_ump()
/Linux-v6.6/include/sound/
Dump_msg.h119 UMP_MIDI1_MSG_REALTIME = 0xf0, /* mask */ enumerator
/Linux-v6.6/sound/core/seq/
Dseq_ump_convert.c188 if ((status & 0xf0) != UMP_MIDI1_MSG_REALTIME) in cvt_ump_system_to_event()