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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsequencer.c25 static int tmr_no = -1; /* Currently selected timer */ variable
190 this_time = tmr->get_time(tmr_no);
632 if ((ret = tmr->event(tmr_no, event_rec)) == TIMER_ARMED)
992 tmr_no = pending_timer;
995 if (tmr_no == -1) /* Not selected yet */
1003 tmr_no = i;
1006 if (tmr_no == -1) /* Should not be */
1007 tmr_no = 0;
1009 tmr = sound_timer_devs[tmr_no];
1084 tmr->open(tmr_no, seq_mod
[all...]

Completed in 187 milliseconds