Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dtimer.h22 #define SNDRV_TIMER_HW_SLAVE 0x00000004 /* only slave timer (variable resolution) */ macro
/openbmc/linux/sound/core/
H A Dtimer_compat.c62 if (t->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_user_info_compat()
H A Dpcm_timer.c80 .flags = SNDRV_TIMER_HW_AUTO | SNDRV_TIMER_HW_SLAVE,
H A Dtimer.c521 if (timer->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_notify1()
559 if (start && !(timer->hw.flags & SNDRV_TIMER_HW_SLAVE)) { in snd_timer_start1()
574 if (timer->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_start1()
1034 if (!(timer->hw.flags & SNDRV_TIMER_HW_SLAVE) && in snd_timer_dev_register()
1091 if (! (timer->hw.flags & SNDRV_TIMER_HW_SLAVE)) in snd_timer_notify()
1291 if (timer->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_proc_read()
1675 if (t->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_user_ginfo()
1832 if (t->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_user_info()
1861 if (!(t->hw.flags & SNDRV_TIMER_HW_SLAVE)) { in snd_timer_user_params()
/openbmc/linux/sound/core/seq/
H A Dseq_timer.c372 if (!(t->hw.flags & SNDRV_TIMER_HW_SLAVE)) { in initialize_timer()