Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
Dtimer.h37 #define SNDRV_TIMER_HW_SLAVE 0x00000004 /* only slave timer (variable resolution) */ macro
/linux-4.4.14/sound/core/
Dpcm_timer.c93 .flags = SNDRV_TIMER_HW_AUTO | SNDRV_TIMER_HW_SLAVE,
Dtimer_compat.c50 if (t->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_user_info_compat()
Dtimer.c420 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()
/linux-4.4.14/sound/core/seq/
Dseq_timer.c370 if (!(t->hw.flags & SNDRV_TIMER_HW_SLAVE)) { in initialize_timer()