Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dtimer.c28 #define SNDRV_TIMER_IFLG_DEAD 0x00020000 macro
425 timeri->flags |= SNDRV_TIMER_IFLG_DEAD; in snd_timer_close_locked()
551 if (timeri->flags & SNDRV_TIMER_IFLG_DEAD) in snd_timer_start1()
599 if (timeri->flags & SNDRV_TIMER_IFLG_DEAD) in snd_timer_start_slave()
778 if (!(ti->flags & SNDRV_TIMER_IFLG_DEAD)) { in snd_timer_process_callbacks()
850 if (ti->flags & SNDRV_TIMER_IFLG_DEAD) in snd_timer_interrupt()