Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dtimer.c188 if (timer->tmr_subdevice != tid->subdevice) in snd_timer_find()
970 timer->tmr_subdevice = tid->subdevice; in snd_timer_new()
1054 if (timer1->tmr_subdevice > timer->tmr_subdevice) in snd_timer_dev_register()
1056 if (timer1->tmr_subdevice < timer->tmr_subdevice) in snd_timer_dev_register()
1275 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()
1280 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()
1561 id->subdevice = timer->tmr_subdevice; in snd_timer_user_copy_id()
1633 if (timer->tmr_subdevice > id.subdevice) { in snd_timer_user_next_device()
1637 if (timer->tmr_subdevice < id.subdevice) in snd_timer_user_next_device()
/openbmc/linux/include/sound/
H A Dtimer.h62 int tmr_subdevice; member