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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dtimer.h46 #define SNDRV_TIMER_IFLG_CALLBACK 0x00000020 /* timer callback is active */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dtimer.c317 while (timeri->flags & SNDRV_TIMER_IFLG_CALLBACK) {
330 while (timeri->flags & SNDRV_TIMER_IFLG_CALLBACK) {
631 ti->flags |= SNDRV_TIMER_IFLG_CALLBACK;
636 ti->flags &= ~SNDRV_TIMER_IFLG_CALLBACK;
732 ti->flags |= SNDRV_TIMER_IFLG_CALLBACK;
737 ti->flags &= ~SNDRV_TIMER_IFLG_CALLBACK;

Completed in 41 milliseconds