Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dtimer.h30 #define SNDRV_TIMER_IFLG_FAST 0x00000010 /* fast callback (do not use work) */ macro
/linux/sound/core/
H A Dtimer.c870 (ti->flags & SNDRV_TIMER_IFLG_FAST)) in snd_timer_interrupt()
1731 tu->timeri->flags |= SNDRV_TIMER_IFLG_FAST; in snd_timer_user_tselect()