Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/core/seq/
A Dseq_midi_event.c63 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL},
69 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf4 */
70 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf5 */
72 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf7 */
74 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf9 */
78 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xfd */
187 return ev->type != SNDRV_SEQ_EVENT_NONE; in snd_midi_event_encode_byte()
295 if (ev->type == SNDRV_SEQ_EVENT_NONE) in snd_midi_event_decode()
A Dseq_virmidi.c59 ev->type = SNDRV_SEQ_EVENT_NONE; in snd_virmidi_init_event()
149 if (vmidi->event.type != SNDRV_SEQ_EVENT_NONE) { in snd_vmidi_output_work()
153 vmidi->event.type = SNDRV_SEQ_EVENT_NONE; in snd_vmidi_output_work()
A Dseq_clientmgr.c1065 if (event.type == SNDRV_SEQ_EVENT_NONE) in snd_seq_write()
2277 if (ev->type == SNDRV_SEQ_EVENT_NONE) in snd_seq_kernel_client_enqueue()
/linux-6.3-rc2/include/uapi/sound/
A Dasequencer.h136 #define SNDRV_SEQ_EVENT_NONE 255 macro

Completed in 12 milliseconds