Home
last modified time | relevance | path

Searched refs:TMR_TEMPO (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dsoundcard.h1029 #define TMR_TEMPO 6 macro
1243 #define SEQ_SET_TEMPO(value) _TIMER_EVENT(TMR_TEMPO, value)
/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_event.c247 case TMR_TEMPO: in timing_event()