Searched refs:SNDRV_SEQ_EVENT_SYSEX (Results 1 – 7 of 7) sorted by relevance
65 {SNDRV_SEQ_EVENT_SYSEX, 1, NULL, NULL}, /* sysex: 0xf0 */221 ev->type = SNDRV_SEQ_EVENT_SYSEX; in snd_midi_event_encode_byte()
87 if (ev->type == SNDRV_SEQ_EVENT_SYSEX) { in snd_virmidi_dev_receive_event()
135 if (ev->type == SNDRV_SEQ_EVENT_SYSEX) { /* special case, to save space */ in event_process_midi()
193 case SNDRV_SEQ_EVENT_SYSEX: in snd_midi_process_event()
354 ev->type = SNDRV_SEQ_EVENT_SYSEX; in cvt_ump_sysex7_to_event()1281 if (event->type == SNDRV_SEQ_EVENT_SYSEX) in snd_seq_deliver_to_ump()
118 #define SNDRV_SEQ_EVENT_SYSEX 130 /* system exclusive data (variable length) */ macro
618 if (ev->type == SNDRV_SEQ_EVENT_SYSEX) { in send_midi_event()