Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/seq/
Dseq_timer.c102 tmr->type = SNDRV_SEQ_TIMER_ALSA; in snd_seq_timer_defaults()
283 if (tmr->type != SNDRV_SEQ_TIMER_ALSA) /* standard ALSA timer */ in snd_seq_timer_open()
Dseq_clientmgr.c1774 if (tmr->type == SNDRV_SEQ_TIMER_ALSA) { in snd_seq_ioctl_get_queue_timer()
1797 if (timer.type != SNDRV_SEQ_TIMER_ALSA) in snd_seq_ioctl_set_queue_timer()
1814 if (tmr->type == SNDRV_SEQ_TIMER_ALSA) { in snd_seq_ioctl_set_queue_timer()
/linux-4.1.27/include/uapi/sound/
Dasequencer.h511 #define SNDRV_SEQ_TIMER_ALSA 0 /* ALSA timer */ macro