Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/
Dpcm_local.h60 void snd_pcm_timer_done(struct snd_pcm_substream *substream);
65 static inline void snd_pcm_timer_done(struct snd_pcm_substream *substream) {} in snd_pcm_timer_done() function
Dpcm_timer.c139 void snd_pcm_timer_done(struct snd_pcm_substream *substream) in snd_pcm_timer_done() function
Dpcm.c889 snd_pcm_timer_done(substream); in snd_pcm_free_stream()