Searched refs:SNDRV_SEQ_TIMER_ALSA (Results 1 – 3 of 3) sorted by relevance
102 tmr->type = SNDRV_SEQ_TIMER_ALSA; in snd_seq_timer_defaults()286 if (tmr->type != SNDRV_SEQ_TIMER_ALSA) /* standard ALSA timer */ in snd_seq_timer_open()
1712 if (tmr->type == SNDRV_SEQ_TIMER_ALSA) { in snd_seq_ioctl_get_queue_timer()1730 if (timer->type != SNDRV_SEQ_TIMER_ALSA) in snd_seq_ioctl_set_queue_timer()1744 if (tmr->type == SNDRV_SEQ_TIMER_ALSA) { in snd_seq_ioctl_set_queue_timer()
514 #define SNDRV_SEQ_TIMER_ALSA 0 /* ALSA timer */ macro