Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/
Dtimer.c140 if (timer->tmr_class != tid->dev_class) in snd_timer_find()
142 if ((timer->tmr_class == SNDRV_TIMER_CLASS_CARD || in snd_timer_find()
143 timer->tmr_class == SNDRV_TIMER_CLASS_PCM) && in snd_timer_find()
896 timer->tmr_class = tid->dev_class; in snd_timer_new()
970 if (timer1->tmr_class > timer->tmr_class) in snd_timer_dev_register()
972 if (timer1->tmr_class < timer->tmr_class) in snd_timer_dev_register()
1194 switch (timer->tmr_class) { in snd_timer_proc_read()
1207 snd_iprintf(buffer, "?%i-%i-%i-%i: ", timer->tmr_class, in snd_timer_proc_read()
1476 id->dev_class = timer->tmr_class; in snd_timer_user_copy_id()
1506 if (timer->tmr_class > SNDRV_TIMER_CLASS_GLOBAL) { in snd_timer_user_next_device()
[all …]
/Linux-v4.19/include/sound/
Dtimer.h73 int tmr_class; member