Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_EVENT_NONE (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/sound/core/seq/
Dseq_midi_event.c76 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL},
82 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf4 */
83 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf5 */
85 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf7 */
87 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf9 */
91 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xfd */
200 return ev->type != SNDRV_SEQ_EVENT_NONE; in snd_midi_event_encode_byte()
308 if (ev->type == SNDRV_SEQ_EVENT_NONE) in snd_midi_event_decode()
Dseq_virmidi.c73 ev->type = SNDRV_SEQ_EVENT_NONE; in snd_virmidi_init_event()
164 if (vmidi->event.type != SNDRV_SEQ_EVENT_NONE) { in snd_vmidi_output_work()
168 vmidi->event.type = SNDRV_SEQ_EVENT_NONE; in snd_vmidi_output_work()
Dseq_clientmgr.c1045 if (event.type == SNDRV_SEQ_EVENT_NONE) in snd_seq_write()
2243 if (ev->type == SNDRV_SEQ_EVENT_NONE) in kernel_client_enqueue()
/Linux-v4.19/include/uapi/sound/
Dasequencer.h152 #define SNDRV_SEQ_EVENT_NONE 255 macro