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

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

Completed in 129 milliseconds