Lines Matching defs:tmr
1652 struct snd_seq_timer *tmr;
1661 tmr = queue->timer;
1664 status->time = snd_seq_timer_get_cur_time(tmr, true);
1665 status->tick = snd_seq_timer_get_cur_tick(tmr);
1667 status->running = tmr->running;
1680 struct snd_seq_timer *tmr;
1689 tmr = queue->timer;
1691 tempo->tempo = tmr->tempo;
1692 tempo->ppq = tmr->ppq;
1693 tempo->skew_value = tmr->skew;
1694 tempo->skew_base = tmr->skew_base;
1696 tempo->tempo_base = tmr->tempo_base;
1729 struct snd_seq_timer *tmr;
1737 tmr = queue->timer;
1741 timer->type = tmr->type;
1742 if (tmr->type == SNDRV_SEQ_TIMER_ALSA) {
1743 timer->u.alsa.id = tmr->alsa_id;
1744 timer->u.alsa.resolution = tmr->preferred_resolution;
1762 struct snd_seq_timer *tmr;
1769 tmr = q->timer;
1771 tmr->type = timer->type;
1772 if (tmr->type == SNDRV_SEQ_TIMER_ALSA) {
1773 tmr->alsa_id = timer->u.alsa.id;
1774 tmr->preferred_resolution = timer->u.alsa.resolution;