Home
last modified time | relevance | path

Searched refs:SEQ_ECHO (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/core/seq/oss/
Dseq_oss_event.c87 case SEQ_ECHO: in snd_seq_oss_process_event()
245 tmp.echo = (q->t.time << 8) | SEQ_ECHO; in timing_event()
/linux-4.1.27/sound/oss/
Dsequencer.c684 parm = (parm << 8 | SEQ_ECHO); in seq_timing_event()
825 case SEQ_ECHO: in play_event()
/linux-4.1.27/include/uapi/linux/
Dsoundcard.h342 #define SEQ_ECHO TMR_ECHO /* For synching programs with output */ macro