Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/core/
A Dtimer.c186 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()
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()
1613 if (timer->tmr_device > id.device) { in snd_timer_user_next_device()
[all …]
/linux-6.3-rc2/include/sound/
A Dtimer.h61 int tmr_device; member

Completed in 8 milliseconds