Home
last modified time | relevance | path

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

/linux-6.6.21/sound/core/
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
Dpcm_timer.c124 void snd_pcm_timer_done(struct snd_pcm_substream *substream) in snd_pcm_timer_done() function
Dpcm.c839 snd_pcm_timer_done(substream); in snd_pcm_free_stream()