Searched refs:SNDRV_SEQ_EVENT_NONE (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/sound/core/seq/ |
D | seq_midi_event.c | 75 {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()
|
D | seq_virmidi.c | 72 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()
|
D | seq_midi.c | 103 if (ev.type != SNDRV_SEQ_EVENT_NONE) { in snd_midi_input_event()
|
D | seq_clientmgr.c | 1033 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/ |
D | asequencer.h | 154 #define SNDRV_SEQ_EVENT_NONE 255 macro
|