Home
last modified time | relevance | path

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

/linux-6.12.1/sound/core/
Dump_convert.c203 buf[size++] = UMP_MIDI1_MSG_SYSEX_END; in cvt_ump_sysex7_to_legacy()
464 if (c == UMP_MIDI1_MSG_SYSEX_END) { in do_convert_to_ump()
/linux-6.12.1/include/sound/
Dump_msg.h121 UMP_MIDI1_MSG_SYSEX_END = 0xf7, enumerator
/linux-6.12.1/sound/core/seq/
Dseq_ump_convert.c352 buf[size++] = UMP_MIDI1_MSG_SYSEX_END; in cvt_ump_sysex7_to_event()
1251 xbuf[len - 1] == UMP_MIDI1_MSG_SYSEX_END) { in cvt_sysex_to_ump()