Searched refs:SNDRV_SEQ_EVENT_NONE (Results 1 - 5 of 5) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dasequencer.h186 #define SNDRV_SEQ_EVENT_NONE 255 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_clientmgr.c1028 if (event.type == SNDRV_SEQ_EVENT_NONE)
2294 if (ev->type == SNDRV_SEQ_EVENT_NONE)
H A Dseq_midi.c104 if (ev.type != SNDRV_SEQ_EVENT_NONE) {
H A Dseq_midi_event.c76 {SNDRV_SEQ_EVENT_NONE, 0, NULL, NULL}, /* 0xf0 */
82 {SNDRV_SEQ_EVENT_NONE, 0, NULL, NULL}, /* 0xf4 */
83 {SNDRV_SEQ_EVENT_NONE, 0, NULL, NULL}, /* 0xf5 */
85 {SNDRV_SEQ_EVENT_NONE, 0, NULL, NULL}, /* 0xf7 */
87 {SNDRV_SEQ_EVENT_NONE, 0, NULL, NULL}, /* 0xf9 */
91 {SNDRV_SEQ_EVENT_NONE, 0, NULL, NULL}, /* 0xfd */
193 ev->type = SNDRV_SEQ_EVENT_NONE;
329 if (ev->type == SNDRV_SEQ_EVENT_NONE)
H A Dseq_virmidi.c72 ev->type = SNDRV_SEQ_EVENT_NONE;
156 if (vmidi->event.type != SNDRV_SEQ_EVENT_NONE) {
159 vmidi->event.type = SNDRV_SEQ_EVENT_NONE;
175 if (vmidi->event.type != SNDRV_SEQ_EVENT_NONE) {
178 vmidi->event.type = SNDRV_SEQ_EVENT_NONE;

Completed in 80 milliseconds