Lines Matching defs:substream
122 struct snd_pcm_substream *substream) in init_hw_params()
166 static int limit_to_current_params(struct snd_pcm_substream *substream) in limit_to_current_params()
190 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open()
222 static int pcm_close(struct snd_pcm_substream *substream) in pcm_close()
230 static int pcm_capture_hw_params(struct snd_pcm_substream *substream, in pcm_capture_hw_params()
251 static int pcm_playback_hw_params(struct snd_pcm_substream *substream, in pcm_playback_hw_params()
273 static int pcm_capture_hw_free(struct snd_pcm_substream *substream) in pcm_capture_hw_free()
288 static int pcm_playback_hw_free(struct snd_pcm_substream *substream) in pcm_playback_hw_free()
304 static int pcm_capture_prepare(struct snd_pcm_substream *substream) in pcm_capture_prepare()
321 static int pcm_playback_prepare(struct snd_pcm_substream *substream) in pcm_playback_prepare()
339 static int pcm_capture_trigger(struct snd_pcm_substream *substream, int cmd) in pcm_capture_trigger()
357 static int pcm_playback_trigger(struct snd_pcm_substream *substream, int cmd) in pcm_playback_trigger()