Lines Matching refs:snd_pcm_substream
105 static void dsp_buffer_free(struct snd_pcm_substream *substream) in dsp_buffer_free()
116 static int dsp_buffer_alloc(struct snd_pcm_substream *substream, int size) in dsp_buffer_alloc()
171 static int snd_tm6000_pcm_open(struct snd_pcm_substream *substream) in snd_tm6000_pcm_open()
196 static int snd_tm6000_close(struct snd_pcm_substream *substream) in snd_tm6000_close()
212 struct snd_pcm_substream *substream = chip->substream; in tm6000_fillbuf()
282 static int snd_tm6000_hw_params(struct snd_pcm_substream *substream, in snd_tm6000_hw_params()
299 static int snd_tm6000_hw_free(struct snd_pcm_substream *substream) in snd_tm6000_hw_free()
316 static int snd_tm6000_prepare(struct snd_pcm_substream *substream) in snd_tm6000_prepare()
345 static int snd_tm6000_card_trigger(struct snd_pcm_substream *substream, int cmd) in snd_tm6000_card_trigger()
373 static snd_pcm_uframes_t snd_tm6000_pointer(struct snd_pcm_substream *substream) in snd_tm6000_pointer()
380 static struct page *snd_pcm_get_vmalloc_page(struct snd_pcm_substream *subs, in snd_pcm_get_vmalloc_page()