Home
last modified time | relevance | path

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

/linux/sound/core/seq/oss/
H A Dseq_oss_timer.c150 struct snd_seq_queue_tempo tmprec; in snd_seq_oss_timer_start() local
155 memset(&tmprec, 0, sizeof(tmprec)); in snd_seq_oss_timer_start()
156 tmprec.queue = dp->queue; in snd_seq_oss_timer_start()
157 tmprec.ppq = timer->ppq; in snd_seq_oss_timer_start()
158 tmprec.tempo = timer->tempo; in snd_seq_oss_timer_start()
159 snd_seq_set_queue_tempo(dp->cseq, &tmprec); in snd_seq_oss_timer_start()