Searched refs:snd_timer_open (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/sound/ |
D | timer.h | 133 int snd_timer_open(struct snd_timer_instance **ti, char *owner, struct snd_timer_id *tid, unsigned …
|
/linux-4.4.14/sound/core/seq/ |
D | seq_timer.c | 287 err = snd_timer_open(&t, str, &tmr->alsa_id, q->queue); in snd_seq_timer_open() 297 err = snd_timer_open(&t, str, &tid, q->queue); in snd_seq_timer_open()
|
/linux-4.4.14/sound/core/ |
D | timer.c | 235 int snd_timer_open(struct snd_timer_instance **ti, in snd_timer_open() function 1604 err = snd_timer_open(&tu->timeri, str, &tselect.id, current->pid); in snd_timer_user_tselect() 2086 EXPORT_SYMBOL(snd_timer_open);
|