Home
last modified time | relevance | path

Searched refs:snd_seq_oss_timer_tempo (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_timer.h33 int snd_seq_oss_timer_tempo(struct seq_oss_timer *timer, int value);
H A Dseq_oss_timer.c200 snd_seq_oss_timer_tempo(struct seq_oss_timer *timer, int value) in snd_seq_oss_timer_tempo() function
245 return snd_seq_oss_timer_tempo(timer, value); in snd_seq_oss_timer_ioctl()
H A Dseq_oss_event.c249 return snd_seq_oss_timer_tempo(dp->timer, q->t.time); in timing_event()