Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dtimer.h37 #define SNDRV_TIMER_HW_SLAVE 0x00000004 /* only slave timer (variable resolution) */ macro
/Linux-v4.19/sound/core/
Dpcm_timer.c95 .flags = SNDRV_TIMER_HW_AUTO | SNDRV_TIMER_HW_SLAVE,
Dtimer_compat.c76 if (t->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_user_info_compat()
Dtimer.c480 if (timer->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_notify1()
518 if (timer->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_start1()
964 if (!(timer->hw.flags & SNDRV_TIMER_HW_SLAVE) && in snd_timer_dev_register()
1021 if (! (timer->hw.flags & SNDRV_TIMER_HW_SLAVE)) in snd_timer_notify()
1217 if (timer->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_proc_read()
1594 if (t->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_user_ginfo()
1740 if (t->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_user_info()
1767 if (!(t->hw.flags & SNDRV_TIMER_HW_SLAVE)) { in snd_timer_user_params()
/Linux-v4.19/sound/core/seq/
Dseq_timer.c373 if (!(t->hw.flags & SNDRV_TIMER_HW_SLAVE)) { in initialize_timer()