Home
last modified time | relevance | path

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

/linux-6.6.21/sound/core/
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()
957 timer->tmr_class = tid->dev_class; in snd_timer_new()
1030 if (timer1->tmr_class > timer->tmr_class) in snd_timer_dev_register()
1032 if (timer1->tmr_class < timer->tmr_class) in snd_timer_dev_register()
1255 switch (timer->tmr_class) { in snd_timer_proc_read()
1268 snd_iprintf(buffer, "?%i-%i-%i-%i: ", timer->tmr_class, in snd_timer_proc_read()
1547 id->dev_class = timer->tmr_class; in snd_timer_user_copy_id()
1577 if (timer->tmr_class > SNDRV_TIMER_CLASS_GLOBAL) { in snd_timer_user_next_device()
[all …]
/linux-6.6.21/include/sound/
Dtimer.h58 int tmr_class; member