Home
last modified time | relevance | path

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

/Linux-v6.6/sound/core/
Dump_convert.c203 buf[size++] = UMP_MIDI1_MSG_SYSEX_END; in cvt_ump_sysex7_to_legacy()
441 if (c == UMP_MIDI1_MSG_SYSEX_END) { in do_convert_to_ump()
/Linux-v6.6/sound/core/seq/
Dseq_ump_convert.c352 buf[size++] = UMP_MIDI1_MSG_SYSEX_END; in cvt_ump_sysex7_to_event()
1171 if (len > 0 && xbuf[len - 1] == UMP_MIDI1_MSG_SYSEX_END) { in cvt_sysex_to_ump()
1176 if (xbuf[len - 1] == UMP_MIDI1_MSG_SYSEX_END) { in cvt_sysex_to_ump()
/Linux-v6.6/include/sound/
Dump_msg.h121 UMP_MIDI1_MSG_SYSEX_END = 0xf7, enumerator