Home
last modified time | relevance | path

Searched refs:tmr_class (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/core/
H A Dtimer.c179 if (timer->tmr_class != tid->dev_class) in snd_timer_find()
181 if ((timer->tmr_class == SNDRV_TIMER_CLASS_CARD || in snd_timer_find()
182 timer->tmr_class == SNDRV_TIMER_CLASS_PCM) && in snd_timer_find()
967 timer->tmr_class = tid->dev_class; in snd_timer_new()
1040 if (timer1->tmr_class > timer->tmr_class) in snd_timer_dev_register()
1042 if (timer1->tmr_class < timer->tmr_class) in snd_timer_dev_register()
1265 switch (timer->tmr_class) { in snd_timer_proc_read()
1557 id->dev_class = timer->tmr_class; in snd_timer_user_copy_id()
1587 if (timer->tmr_class > SNDRV_TIMER_CLASS_GLOBAL) { in snd_timer_user_next_device()
1615 if (timer->tmr_class > id.dev_class) { in snd_timer_user_next_device()
[all …]
/openbmc/linux/include/sound/
H A Dtimer.h58 int tmr_class; member