send_timer_event
send_timer_event(dp, SNDRV_SEQ_EVENT_START, 0);
send_timer_event(timer->dp, SNDRV_SEQ_EVENT_STOP, 0);
send_timer_event(timer->dp, SNDRV_SEQ_EVENT_CONTINUE, 0);
send_timer_event(timer->dp, SNDRV_SEQ_EVENT_TEMPO, timer->tempo);
static int send_timer_event(struct seq_oss_devinfo *dp, int type, int value);