Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dpcm_local.h56 void snd_pcm_timer_done(struct snd_pcm_substream *substream);
61 static inline void snd_pcm_timer_done(struct snd_pcm_substream *substream) {} in snd_pcm_timer_done() function
H A Dpcm_timer.c124 void snd_pcm_timer_done(struct snd_pcm_substream *substream) in snd_pcm_timer_done() function
H A Dpcm.c839 snd_pcm_timer_done(substream); in snd_pcm_free_stream()