snd_timer_open    121 include/sound/timer.h int snd_timer_open(struct snd_timer_instance **ti, char *owner, struct snd_timer_id *tid, unsigned int slave_id);
snd_timer_open    275 sound/core/seq/seq_timer.c 	err = snd_timer_open(&t, str, &tmr->alsa_id, q->queue);
snd_timer_open    285 sound/core/seq/seq_timer.c 			err = snd_timer_open(&t, str, &tid, q->queue);
snd_timer_open    348 sound/core/timer.c EXPORT_SYMBOL(snd_timer_open);
snd_timer_open   1738 sound/core/timer.c 	err = snd_timer_open(&tu->timeri, str, &tselect.id, current->pid);