Searched refs:tmr_device (Results 1 – 2 of 2) sorted by relevance
186 if (timer->tmr_device != tid->device) in snd_timer_find()959 timer->tmr_device = tid->device; in snd_timer_new()1040 if (timer1->tmr_device > timer->tmr_device) in snd_timer_dev_register()1042 if (timer1->tmr_device < timer->tmr_device) in snd_timer_dev_register()1256 snd_iprintf(buffer, "G%i: ", timer->tmr_device); in snd_timer_proc_read()1260 timer->card->number, timer->tmr_device); in snd_timer_proc_read()1264 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()1269 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()1546 id->device = timer->tmr_device; in snd_timer_user_copy_id()1577 if (timer->tmr_device >= id.device) { in snd_timer_user_next_device()[all …]
61 int tmr_device; member