Home
last modified time | relevance | path

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

/linux-2.6.39/sound/core/seq/
Dseq_midi_event.c75 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL},
81 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf4 */
82 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf5 */
84 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf7 */
86 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf9 */
90 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xfd */
221 ev->type = SNDRV_SEQ_EVENT_NONE; in snd_midi_event_encode()
254 return ev->type != SNDRV_SEQ_EVENT_NONE; in snd_midi_event_encode_byte()
361 if (ev->type == SNDRV_SEQ_EVENT_NONE) in snd_midi_event_decode()
Dseq_virmidi.c72 ev->type = SNDRV_SEQ_EVENT_NONE; in snd_virmidi_init_event()
165 if (vmidi->event.type != SNDRV_SEQ_EVENT_NONE) { in snd_virmidi_output_trigger()
168 vmidi->event.type = SNDRV_SEQ_EVENT_NONE; in snd_virmidi_output_trigger()
184 if (vmidi->event.type != SNDRV_SEQ_EVENT_NONE) { in snd_virmidi_output_trigger()
187 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.c1033 if (event.type == SNDRV_SEQ_EVENT_NONE) in snd_seq_write()
2307 if (ev->type == SNDRV_SEQ_EVENT_NONE) in kernel_client_enqueue()
/linux-2.6.39/include/sound/
Dasequencer.h154 #define SNDRV_SEQ_EVENT_NONE 255 macro