Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/
Dtimer.c149 if (timer->tmr_subdevice != tid->subdevice) in snd_timer_find()
899 timer->tmr_subdevice = tid->subdevice; in snd_timer_new()
984 if (timer1->tmr_subdevice > timer->tmr_subdevice) in snd_timer_dev_register()
986 if (timer1->tmr_subdevice < timer->tmr_subdevice) in snd_timer_dev_register()
1204 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()
1209 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()
1480 id->subdevice = timer->tmr_subdevice; in snd_timer_user_copy_id()
1552 if (timer->tmr_subdevice > id.subdevice) { in snd_timer_user_next_device()
1556 if (timer->tmr_subdevice < id.subdevice) in snd_timer_user_next_device()
/Linux-v4.19/include/sound/
Dtimer.h77 int tmr_subdevice; member