Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dump_convert.c186 buf[0] = UMP_MIDI1_MSG_SYSEX_START; in cvt_ump_sysex7_to_legacy()
459 if (c == UMP_MIDI1_MSG_SYSEX_START) { in do_convert_to_ump()
/linux/include/sound/
H A Dump_msg.h120 UMP_MIDI1_MSG_SYSEX_START = 0xf0, enumerator
/linux/sound/core/seq/
H A Dseq_ump_convert.c332 buf[0] = UMP_MIDI1_MSG_SYSEX_START; in cvt_ump_sysex7_to_event()
1240 if (*xbuf == UMP_MIDI1_MSG_SYSEX_START) { in cvt_sysex_to_ump()