Home
last modified time | relevance | path

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

/linux-5.19.10/sound/core/seq/oss/
Dseq_oss_timer.c190 send_timer_event(timer->dp, SNDRV_SEQ_EVENT_CONTINUE, 0); in snd_seq_oss_timer_continue()
/linux-5.19.10/include/uapi/sound/
Dasequencer.h73 #define SNDRV_SEQ_EVENT_CONTINUE 31 /* midi Real Time Continue message */ macro
/linux-5.19.10/sound/core/seq/
Dseq_midi_event.c76 {SNDRV_SEQ_EVENT_CONTINUE, 0, NULL, NULL}, /* 0xfb */
Dseq_midi_emul.c206 case SNDRV_SEQ_EVENT_CONTINUE: in snd_midi_process_event()
Dseq_queue.c664 case SNDRV_SEQ_EVENT_CONTINUE: in snd_seq_queue_process_event()