Home
last modified time | relevance | path

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

/Linux-v5.4/sound/core/
Dpcm_local.h58 void snd_pcm_timer_init(struct snd_pcm_substream *substream);
63 static inline void snd_pcm_timer_init(struct snd_pcm_substream *substream) {} in snd_pcm_timer_init() function
Dpcm_timer.c98 void snd_pcm_timer_init(struct snd_pcm_substream *substream) in snd_pcm_timer_init() function
Dpcm.c1076 snd_pcm_timer_init(substream); in snd_pcm_dev_register()