Searched refs:SNDRV_SEQ_EVENT_NONE (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/sound/core/seq/ |
D | seq_midi_event.c | 76 {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 */ 200 return ev->type != SNDRV_SEQ_EVENT_NONE; in snd_midi_event_encode_byte() 308 if (ev->type == SNDRV_SEQ_EVENT_NONE) in snd_midi_event_decode()
|
D | seq_virmidi.c | 73 ev->type = SNDRV_SEQ_EVENT_NONE; in snd_virmidi_init_event() 164 if (vmidi->event.type != SNDRV_SEQ_EVENT_NONE) { in snd_vmidi_output_work() 168 vmidi->event.type = SNDRV_SEQ_EVENT_NONE; in snd_vmidi_output_work()
|
D | seq_clientmgr.c | 1045 if (event.type == SNDRV_SEQ_EVENT_NONE) in snd_seq_write() 2243 if (ev->type == SNDRV_SEQ_EVENT_NONE) in kernel_client_enqueue()
|
/Linux-v4.19/include/uapi/sound/ |
D | asequencer.h | 152 #define SNDRV_SEQ_EVENT_NONE 255 macro
|