Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_EVENT_SYSEX (Results 1 – 7 of 7) sorted by relevance

/linux/sound/core/seq/
H A Dseq_midi_event.c65 {SNDRV_SEQ_EVENT_SYSEX, 1, NULL, NULL}, /* sysex: 0xf0 */
221 ev->type = SNDRV_SEQ_EVENT_SYSEX; in snd_midi_event_encode_byte()
H A Dseq_virmidi.c87 if (ev->type == SNDRV_SEQ_EVENT_SYSEX) { in snd_virmidi_dev_receive_event()
H A Dseq_midi.c135 if (ev->type == SNDRV_SEQ_EVENT_SYSEX) { /* special case, to save space */ in event_process_midi()
H A Dseq_midi_emul.c193 case SNDRV_SEQ_EVENT_SYSEX: in snd_midi_process_event()
H A Dseq_ump_convert.c354 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()
/linux/include/uapi/sound/
H A Dasequencer.h118 #define SNDRV_SEQ_EVENT_SYSEX 130 /* system exclusive data (variable length) */ macro
/linux/sound/core/seq/oss/
H A Dseq_oss_midi.c618 if (ev->type == SNDRV_SEQ_EVENT_SYSEX) { in send_midi_event()