Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/
Dtimer.c147 if (timer->tmr_subdevice != tid->subdevice) in snd_timer_find()
837 timer->tmr_subdevice = tid->subdevice; in snd_timer_new()
919 if (timer1->tmr_subdevice > timer->tmr_subdevice) in snd_timer_dev_register()
921 if (timer1->tmr_subdevice < timer->tmr_subdevice) in snd_timer_dev_register()
1136 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()
1141 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()
1378 id->subdevice = timer->tmr_subdevice; in snd_timer_user_copy_id()
1455 if (timer->tmr_subdevice > id.subdevice) { in snd_timer_user_next_device()
1459 if (timer->tmr_subdevice < id.subdevice) in snd_timer_user_next_device()
/linux-4.4.14/include/sound/
Dtimer.h77 int tmr_subdevice; member