Home
last modified time | relevance | path

Searched refs:snd_timer_start (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/alsa/
H A Dglobal-timer.c52 if (snd_timer_start(handle) < 0) { in bind_to_timer()
/linux/sound/core/seq/
H A Dseq_timer.c383 snd_timer_start(tmr->timeri, tmr->ticks); in seq_timer_start()
406 snd_timer_start(tmr->timeri, tmr->ticks); in seq_timer_continue()
/linux/sound/core/
H A Dtimer.c742 int snd_timer_start(struct snd_timer_instance *timeri, unsigned int ticks) in snd_timer_start() function
752 EXPORT_SYMBOL(snd_timer_start);
2032 err = snd_timer_start(tu->timeri, tu->ticks); in snd_timer_user_start()
/linux/sound/drivers/
H A Daloop.c273 err = snd_timer_start(cable->snd_timer.instance, 1); in loopback_snd_timer_stop()
283 "snd_timer_start(%d,%d,%d) failed with %d", in loopback_snd_timer_stop()
949 * snd_timer_start()
1325 * snd_timer_start() in loopback_open()