Home
last modified time | relevance | path

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

/linux-6.6.21/sound/core/
Dpcm_local.h55 void snd_pcm_timer_init(struct snd_pcm_substream *substream);
60 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.c1090 snd_pcm_timer_init(substream); in snd_pcm_dev_register()