Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/seq/oss/
Dseq_oss_timer.c213 snd_seq_oss_timer_tempo(struct seq_oss_timer *timer, int value) in snd_seq_oss_timer_tempo() function
258 return snd_seq_oss_timer_tempo(timer, value); in snd_seq_oss_timer_ioctl()
Dseq_oss_timer.h46 int snd_seq_oss_timer_tempo(struct seq_oss_timer *timer, int value);
Dseq_oss_event.c262 return snd_seq_oss_timer_tempo(dp->timer, q->t.time); in timing_event()