Searched refs:SNDRV_TIMER_IFLG_CALLBACK (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/sound/
H A Dtimer.h31 #define SNDRV_TIMER_IFLG_CALLBACK 0x00000020 /* timer callback is active */ macro
/linux-master/sound/core/
H A Dtimer.c429 while (timeri->flags & SNDRV_TIMER_IFLG_CALLBACK) {
762 ti->flags |= SNDRV_TIMER_IFLG_CALLBACK;
767 ti->flags &= ~SNDRV_TIMER_IFLG_CALLBACK;

Completed in 119 milliseconds