Searched refs:send_timer_event (Results 1 - 1 of 1) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_timer.c37 static int send_timer_event(struct seq_oss_devinfo *dp, int type, int value);
139 send_timer_event(struct seq_oss_devinfo *dp, int type, int value) function
173 send_timer_event(dp, SNDRV_SEQ_EVENT_START, 0);
188 send_timer_event(timer->dp, SNDRV_SEQ_EVENT_STOP, 0);
202 send_timer_event(timer->dp, SNDRV_SEQ_EVENT_CONTINUE, 0);
221 send_timer_event(timer->dp, SNDRV_SEQ_EVENT_TEMPO, timer->tempo);

Completed in 83 milliseconds