Searched refs:SNDRV_TIMER_HW_SLAVE (Results 1 – 5 of 5) sorted by relevance
37 #define SNDRV_TIMER_HW_SLAVE 0x00000004 /* only slave timer (variable resolution) */ macro
93 .flags = SNDRV_TIMER_HW_AUTO | SNDRV_TIMER_HW_SLAVE,
50 if (t->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_user_info_compat()
420 if (timer->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_notify1()434 if (timer->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_start1()899 if (!(timer->hw.flags & SNDRV_TIMER_HW_SLAVE) && in snd_timer_dev_register()966 if (! (timer->hw.flags & SNDRV_TIMER_HW_SLAVE)) in snd_timer_notify()1149 if (timer->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_proc_read()1497 if (t->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_user_ginfo()1658 if (t->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_user_info()1687 if (!(t->hw.flags & SNDRV_TIMER_HW_SLAVE) && params.ticks < 1) { in snd_timer_user_params()
370 if (!(t->hw.flags & SNDRV_TIMER_HW_SLAVE)) { in initialize_timer()