Home
last modified time | relevance | path

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

/Linux-v5.4/sound/core/
Dtimer.c133 if (timer->tmr_device != tid->device) in snd_timer_find()
920 timer->tmr_device = tid->device; in snd_timer_new()
1002 if (timer1->tmr_device > timer->tmr_device) in snd_timer_dev_register()
1004 if (timer1->tmr_device < timer->tmr_device) in snd_timer_dev_register()
1218 snd_iprintf(buffer, "G%i: ", timer->tmr_device); in snd_timer_proc_read()
1222 timer->card->number, timer->tmr_device); in snd_timer_proc_read()
1226 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()
1231 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()
1501 id->device = timer->tmr_device; in snd_timer_user_copy_id()
1532 if (timer->tmr_device >= id.device) { in snd_timer_user_next_device()
[all …]
/Linux-v5.4/include/sound/
Dtimer.h61 int tmr_device; member