Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/sound/oss/ !
Dsequencer.c684 parm = (parm << 8 | SEQ_ECHO); in seq_timing_event()
826 case SEQ_ECHO: in play_event()
/linux-2.6.39/include/linux/ !
Dsoundcard.h350 #define SEQ_ECHO TMR_ECHO /* For synching programs with output */ macro