Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dtimer.h136 int snd_timer_open(struct snd_timer_instance **ti, char *owner, struct snd_timer_id *tid, unsigned …
/Linux-v4.19/sound/core/seq/
Dseq_timer.c290 err = snd_timer_open(&t, str, &tmr->alsa_id, q->queue); in snd_seq_timer_open()
300 err = snd_timer_open(&t, str, &tid, q->queue); in snd_seq_timer_open()
/Linux-v4.19/sound/core/
Dtimer.c249 int snd_timer_open(struct snd_timer_instance **ti, in snd_timer_open() function
348 EXPORT_SYMBOL(snd_timer_open);
1706 err = snd_timer_open(&tu->timeri, str, &tselect.id, current->pid); in snd_timer_user_tselect()