Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dtimer.h31 #define SNDRV_TIMER_IFLG_CALLBACK 0x00000020 /* timer callback is active */ macro
/openbmc/linux/sound/core/
H A Dtimer.c414 while (timeri->flags & SNDRV_TIMER_IFLG_CALLBACK) { in snd_timer_close_locked()
803 ti->flags |= SNDRV_TIMER_IFLG_CALLBACK; in snd_timer_process_callbacks()
808 ti->flags &= ~SNDRV_TIMER_IFLG_CALLBACK; in snd_timer_process_callbacks()