Home
last modified time | relevance | path

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

/linux-6.12.1/sound/core/
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-6.12.1/include/sound/
Dump_msg.h120 UMP_MIDI1_MSG_SYSEX_START = 0xf0, enumerator
/linux-6.12.1/sound/core/seq/
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()