Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/alsa/
Dglobal-timer.c63 snd_timer_stop(handle); in bind_to_timer()
/linux-6.12.1/include/sound/
Dtimer.h127 int snd_timer_stop(struct snd_timer_instance *timeri);
/linux-6.12.1/sound/core/
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);
1831 snd_timer_stop(tu->timeri); in snd_timer_user_params()
1932 snd_timer_stop(tu->timeri); in snd_timer_user_start()
1949 err = snd_timer_stop(tu->timeri); in snd_timer_user_stop()
/linux-6.12.1/sound/drivers/
Daloop.c280 err = snd_timer_stop(cable->snd_timer.instance); in loopback_snd_timer_stop()