Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/alsa/
H A Dglobal-timer.c63 snd_timer_stop(handle); in bind_to_timer()
/linux/include/sound/
H A Dtimer.h127 int snd_timer_stop(struct snd_timer_instance *timeri);
/linux/sound/core/
H A Dtimer.c435 snd_timer_stop(timeri); in snd_timer_close_locked()
694 int snd_timer_stop(struct snd_timer_instance *timeri) in snd_timer_stop() function
701 EXPORT_SYMBOL(snd_timer_stop);
1838 snd_timer_stop(tu->timeri); in snd_timer_user_params()
1939 snd_timer_stop(tu->timeri); in snd_timer_user_start()
1956 err = snd_timer_stop(tu->timeri); in snd_timer_user_stop()
/linux/sound/drivers/
H A Daloop.c281 err = snd_timer_stop(cable->snd_timer.instance); in loopback_snd_timer_stop()