Home
last modified time | relevance | path

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

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