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

/linux-master/include/sound/
H A Dtimer.h61 int tmr_device; member in struct:snd_timer
/linux-master/sound/core/
H A Dtimer.c186 if (timer->tmr_device != tid->device)
918 timer->tmr_device = tid->device;
998 if (timer1->tmr_device > timer->tmr_device)
1000 if (timer1->tmr_device < timer->tmr_device)
1210 snd_iprintf(buffer, "G%i: ", timer->tmr_device);
1214 timer->card->number, timer->tmr_device);
1218 timer->tmr_device, timer->tmr_subdevice);
1223 timer->tmr_device, time
[all...]

Completed in 79 milliseconds