Searched refs:SNDRV_SEQ_EVENT_NONE (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/sound/core/seq/ |
A D | seq_midi_event.c | 63 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, 69 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf4 */ 70 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf5 */ 72 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf7 */ 74 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf9 */ 78 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xfd */ 187 return ev->type != SNDRV_SEQ_EVENT_NONE; in snd_midi_event_encode_byte() 295 if (ev->type == SNDRV_SEQ_EVENT_NONE) in snd_midi_event_decode()
|
A D | seq_virmidi.c | 59 ev->type = SNDRV_SEQ_EVENT_NONE; in snd_virmidi_init_event() 149 if (vmidi->event.type != SNDRV_SEQ_EVENT_NONE) { in snd_vmidi_output_work() 153 vmidi->event.type = SNDRV_SEQ_EVENT_NONE; in snd_vmidi_output_work()
|
A D | seq_clientmgr.c | 1065 if (event.type == SNDRV_SEQ_EVENT_NONE) in snd_seq_write() 2277 if (ev->type == SNDRV_SEQ_EVENT_NONE) in snd_seq_kernel_client_enqueue()
|
/linux-6.3-rc2/include/uapi/sound/ |
A D | asequencer.h | 136 #define SNDRV_SEQ_EVENT_NONE 255 macro
|
Completed in 12 milliseconds