seq_oss_timer
struct seq_oss_timer *timer;
int snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *q);
calc_alsa_tempo(struct seq_oss_timer *timer)
snd_seq_oss_timer_start(struct seq_oss_timer *timer)
snd_seq_oss_timer_stop(struct seq_oss_timer *timer)
snd_seq_oss_timer_continue(struct seq_oss_timer *timer)
snd_seq_oss_timer_tempo(struct seq_oss_timer *timer, int value)
snd_seq_oss_timer_ioctl(struct seq_oss_timer *timer, unsigned int cmd, int __user *arg)
static void calc_alsa_tempo(struct seq_oss_timer *timer);
struct seq_oss_timer *
struct seq_oss_timer *rec;
snd_seq_oss_timer_delete(struct seq_oss_timer *rec)
snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *ev)
struct seq_oss_timer *snd_seq_oss_timer_new(struct seq_oss_devinfo *dp);
void snd_seq_oss_timer_delete(struct seq_oss_timer *dp);
int snd_seq_oss_timer_start(struct seq_oss_timer *timer);
int snd_seq_oss_timer_stop(struct seq_oss_timer *timer);
int snd_seq_oss_timer_continue(struct seq_oss_timer *timer);
int snd_seq_oss_timer_tempo(struct seq_oss_timer *timer, int value);
int snd_seq_oss_timer_ioctl(struct seq_oss_timer *timer, unsigned int cmd, int __user *arg);
snd_seq_oss_timer_cur_tick(struct seq_oss_timer *timer)