Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_EVENT_STOP (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/sound/core/seq/oss/
Dseq_oss_timer.c189 send_timer_event(timer->dp, SNDRV_SEQ_EVENT_STOP, 0); in snd_seq_oss_timer_stop()
/linux-3.4.99/include/sound/
Dasequencer.h76 #define SNDRV_SEQ_EVENT_STOP 32 /* midi Real Time Stop message */ macro
/linux-3.4.99/sound/core/seq/
Dseq_midi_event.c90 {SNDRV_SEQ_EVENT_STOP, 0, NULL, NULL}, /* 0xfc */
Dseq_midi_emul.c218 case SNDRV_SEQ_EVENT_STOP: in snd_midi_process_event()
Dseq_queue.c696 case SNDRV_SEQ_EVENT_STOP: in snd_seq_queue_process_event()