Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dtimer.c26 #define SNDRV_TIMER_IFLG_DEAD 0x00020000 macro
397 timeri->flags |= SNDRV_TIMER_IFLG_DEAD; in snd_timer_close_locked()
542 if (timeri->flags & SNDRV_TIMER_IFLG_DEAD) { in snd_timer_start1()
603 if (timeri->flags & SNDRV_TIMER_IFLG_DEAD) { in snd_timer_start_slave()
799 if (!(ti->flags & SNDRV_TIMER_IFLG_DEAD)) { in snd_timer_process_callbacks()
878 if (ti->flags & SNDRV_TIMER_IFLG_DEAD) in snd_timer_interrupt()