Home
last modified time | relevance | path

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

/linux-6.6.21/sound/core/
Dtimer.c188 if (timer->tmr_subdevice != tid->subdevice) in snd_timer_find()
960 timer->tmr_subdevice = tid->subdevice; in snd_timer_new()
1044 if (timer1->tmr_subdevice > timer->tmr_subdevice) in snd_timer_dev_register()
1046 if (timer1->tmr_subdevice < timer->tmr_subdevice) in snd_timer_dev_register()
1265 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()
1270 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()
1551 id->subdevice = timer->tmr_subdevice; in snd_timer_user_copy_id()
1623 if (timer->tmr_subdevice > id.subdevice) { in snd_timer_user_next_device()
1627 if (timer->tmr_subdevice < id.subdevice) in snd_timer_user_next_device()
/linux-6.6.21/include/sound/
Dtimer.h62 int tmr_subdevice; member