Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/
Dtimer.c147 if (timer->tmr_device != tid->device) in snd_timer_find()
898 timer->tmr_device = tid->device; in snd_timer_new()
980 if (timer1->tmr_device > timer->tmr_device) in snd_timer_dev_register()
982 if (timer1->tmr_device < timer->tmr_device) in snd_timer_dev_register()
1196 snd_iprintf(buffer, "G%i: ", timer->tmr_device); in snd_timer_proc_read()
1200 timer->card->number, timer->tmr_device); in snd_timer_proc_read()
1204 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()
1209 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()
1479 id->device = timer->tmr_device; in snd_timer_user_copy_id()
1510 if (timer->tmr_device >= id.device) { in snd_timer_user_next_device()
[all …]
/Linux-v4.19/include/sound/
Dtimer.h76 int tmr_device; member