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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A 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 */
193 ev->type = SNDRV_SEQ_EVENT_NONE;
226 return ev->type != SNDRV_SEQ_EVENT_NONE;
333 if (ev->type == SNDRV_SEQ_EVENT_NONE)
H A Dseq_virmidi.c71 ev->type = SNDRV_SEQ_EVENT_NONE;
155 if (vmidi->event.type != SNDRV_SEQ_EVENT_NONE) {
158 vmidi->event.type = SNDRV_SEQ_EVENT_NONE;
174 if (vmidi->event.type != SNDRV_SEQ_EVENT_NONE) {
177 vmidi->event.type = SNDRV_SEQ_EVENT_NONE;
H A Dseq_midi.c103 if (ev.type != SNDRV_SEQ_EVENT_NONE) {
H A Dseq_clientmgr.c1033 if (event.type == SNDRV_SEQ_EVENT_NONE)
2304 if (ev->type == SNDRV_SEQ_EVENT_NONE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/sound/
H A Dasequencer.h156 #define SNDRV_SEQ_EVENT_NONE 255 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dasequencer.h154 #define SNDRV_SEQ_EVENT_NONE 255 macro

Completed in 164 milliseconds