Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/
Dtimer.c308 static int _snd_timer_stop(struct snd_timer_instance *timeri, int event);
507 static int _snd_timer_stop(struct snd_timer_instance *timeri, int event) in _snd_timer_stop() function
577 err = _snd_timer_stop(timeri, SNDRV_TIMER_EVENT_STOP); in snd_timer_stop()
628 return _snd_timer_stop(timeri, SNDRV_TIMER_EVENT_PAUSE); in snd_timer_pause()