Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/alsa/
H A Dglobal-timer.c52 if (snd_timer_start(handle) < 0) { in bind_to_timer()
/linux/include/sound/
H A Dtimer.h126 int snd_timer_start(struct snd_timer_instance *timeri, unsigned int ticks);
/linux/sound/core/seq/
H A Dseq_timer.c373 snd_timer_start(tmr->timeri, tmr->ticks); in seq_timer_start()
396 snd_timer_start(tmr->timeri, tmr->ticks); in seq_timer_continue()
/linux/sound/core/
H A Dtimer.c678 int snd_timer_start(struct snd_timer_instance *timeri, unsigned int ticks) in snd_timer_start() function
687 EXPORT_SYMBOL(snd_timer_start);
1935 err = snd_timer_start(tu->timeri, tu->ticks); in snd_timer_user_start()
/linux/sound/drivers/
H A Daloop.c241 err = snd_timer_start(cable->snd_timer.instance, 1); in loopback_snd_timer_start()