Searched refs:tmr_device (Results 1 – 2 of 2) sorted by relevance
186 if (timer->tmr_device != tid->device) in snd_timer_find()969 timer->tmr_device = tid->device; in snd_timer_new()1050 if (timer1->tmr_device > timer->tmr_device) in snd_timer_dev_register()1052 if (timer1->tmr_device < timer->tmr_device) in snd_timer_dev_register()1267 snd_iprintf(buffer, "G%i: ", timer->tmr_device); in snd_timer_proc_read()1271 timer->card->number, timer->tmr_device); in snd_timer_proc_read()1275 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()1280 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()1560 id->device = timer->tmr_device; in snd_timer_user_copy_id()1591 if (timer->tmr_device >= id.device) { in snd_timer_user_next_device()[all …]
61 int tmr_device; member