Searched refs:send_timer_event (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/core/seq/oss/
H A Dseq_oss_timer.c38 static int send_timer_event(struct seq_oss_devinfo *dp, int type, int value);
140 send_timer_event(struct seq_oss_devinfo *dp, int type, int value) function
174 send_timer_event(dp, SNDRV_SEQ_EVENT_START, 0);
189 send_timer_event(timer->dp, SNDRV_SEQ_EVENT_STOP, 0);
203 send_timer_event(timer->dp, SNDRV_SEQ_EVENT_CONTINUE, 0);
222 send_timer_event(timer->dp, SNDRV_SEQ_EVENT_TEMPO, timer->tempo);

Completed in 35 milliseconds