Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/
Dtimer.c145 if (timer->tmr_device != tid->device) in snd_timer_find()
836 timer->tmr_device = tid->device; in snd_timer_new()
915 if (timer1->tmr_device > timer->tmr_device) in snd_timer_dev_register()
917 if (timer1->tmr_device < timer->tmr_device) in snd_timer_dev_register()
1128 snd_iprintf(buffer, "G%i: ", timer->tmr_device); in snd_timer_proc_read()
1132 timer->card->number, timer->tmr_device); in snd_timer_proc_read()
1136 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()
1141 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()
1377 id->device = timer->tmr_device; in snd_timer_user_copy_id()
1408 if (timer->tmr_device >= id.device) { in snd_timer_user_next_device()
[all …]
/linux-4.4.14/include/sound/
Dtimer.h76 int tmr_device; member