Home
last modified time | relevance | path

Searched refs:snd_timer_start (Results 1 – 3 of 3) 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/
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);
1942 err = snd_timer_start(tu->timeri, tu->ticks); in snd_timer_user_start()