Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dtimer.c191 if (timer->tmr_class != tid->dev_class) in snd_timer_find()
193 if ((timer->tmr_class == SNDRV_TIMER_CLASS_CARD || in snd_timer_find()
194 timer->tmr_class == SNDRV_TIMER_CLASS_PCM) && in snd_timer_find()
936 timer->tmr_class = tid->dev_class; in snd_timer_new()
1008 if (timer1->tmr_class > timer->tmr_class) in snd_timer_dev_register()
1010 if (timer1->tmr_class < timer->tmr_class) in snd_timer_dev_register()
1228 switch (timer->tmr_class) { in snd_timer_proc_read()
1241 snd_iprintf(buffer, "?%i-%i-%i-%i: ", timer->tmr_class, in snd_timer_proc_read()
1511 id->dev_class = timer->tmr_class; in snd_timer_user_copy_id()
1541 if (timer->tmr_class > SNDRV_TIMER_CLASS_GLOBAL) { in snd_timer_user_next_device()
[all …]
/linux/include/sound/
H A Dtimer.h58 int tmr_class; member