Home
last modified time | relevance | path

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

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