Searched refs:snd_timer_open (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/sound/ |
D | timer.h | 136 int snd_timer_open(struct snd_timer_instance **ti, char *owner, struct snd_timer_id *tid, unsigned …
|
/Linux-v4.19/sound/core/seq/ |
D | seq_timer.c | 290 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/ |
D | timer.c | 249 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()
|