Home
last modified time | relevance | path

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

/Linux-v5.10/include/sound/
Dtimer.h127 int snd_timer_stop(struct snd_timer_instance *timeri);
/Linux-v5.10/sound/core/
Dtimer.c408 snd_timer_stop(timeri); in snd_timer_close_locked()
705 int snd_timer_stop(struct snd_timer_instance *timeri) in snd_timer_stop() function
712 EXPORT_SYMBOL(snd_timer_stop);
1880 snd_timer_stop(tu->timeri); in snd_timer_user_params()
1981 snd_timer_stop(tu->timeri); in snd_timer_user_start()
1998 err = snd_timer_stop(tu->timeri); in snd_timer_user_stop()
/Linux-v5.10/sound/drivers/
Daloop.c276 err = snd_timer_stop(cable->snd_timer.instance); in loopback_snd_timer_stop()