Searched refs:tmr_class (Results 1 – 2 of 2) sorted by relevance
126 if (timer->tmr_class != tid->dev_class) in snd_timer_find()128 if ((timer->tmr_class == SNDRV_TIMER_CLASS_CARD || in snd_timer_find()129 timer->tmr_class == SNDRV_TIMER_CLASS_PCM) && in snd_timer_find()918 timer->tmr_class = tid->dev_class; in snd_timer_new()992 if (timer1->tmr_class > timer->tmr_class) in snd_timer_dev_register()994 if (timer1->tmr_class < timer->tmr_class) in snd_timer_dev_register()1216 switch (timer->tmr_class) { in snd_timer_proc_read()1229 snd_iprintf(buffer, "?%i-%i-%i-%i: ", timer->tmr_class, in snd_timer_proc_read()1498 id->dev_class = timer->tmr_class; in snd_timer_user_copy_id()1528 if (timer->tmr_class > SNDRV_TIMER_CLASS_GLOBAL) { in snd_timer_user_next_device()[all …]
58 int tmr_class; member