Home
last modified time | relevance | path

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

/linux-4.4.14/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 */
222 ev->type = SNDRV_SEQ_EVENT_NONE; in snd_midi_event_encode()
255 return ev->type != SNDRV_SEQ_EVENT_NONE; in snd_midi_event_encode_byte()
362 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()
170 if (vmidi->event.type != SNDRV_SEQ_EVENT_NONE) { in snd_virmidi_output_trigger()
173 vmidi->event.type = SNDRV_SEQ_EVENT_NONE; in snd_virmidi_output_trigger()
190 if (vmidi->event.type != SNDRV_SEQ_EVENT_NONE) { in snd_virmidi_output_trigger()
193 vmidi->event.type = SNDRV_SEQ_EVENT_NONE; in snd_virmidi_output_trigger()
Dseq_midi.c103 if (ev.type != SNDRV_SEQ_EVENT_NONE) { in snd_midi_input_event()
Dseq_clientmgr.c1049 if (event.type == SNDRV_SEQ_EVENT_NONE) in snd_seq_write()
2323 if (ev->type == SNDRV_SEQ_EVENT_NONE) in kernel_client_enqueue()
/linux-4.4.14/include/uapi/sound/
Dasequencer.h151 #define SNDRV_SEQ_EVENT_NONE 255 macro