Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dtimer.h29 #define SNDRV_TIMER_IFLG_AUTO 0x00000008 /* auto restart */ macro
/openbmc/linux/sound/core/seq/
H A Dseq_timer.c280 t->flags |= SNDRV_TIMER_IFLG_AUTO; in snd_seq_timer_open()
/openbmc/linux/sound/core/
H A Dtimer.c890 if (ti->flags & SNDRV_TIMER_IFLG_AUTO) { in snd_timer_interrupt()
1901 tu->timeri->flags &= ~(SNDRV_TIMER_IFLG_AUTO| in snd_timer_user_params()
1905 tu->timeri->flags |= SNDRV_TIMER_IFLG_AUTO; in snd_timer_user_params()
/openbmc/linux/sound/drivers/
H A Daloop.c1135 timeri->flags |= SNDRV_TIMER_IFLG_AUTO; in loopback_snd_timer_open()