Lines Matching defs:substream

174 static int snd_p16v_pcm_open_playback_channel(struct snd_pcm_substream *substream, int channel_id)  in snd_p16v_pcm_open_playback_channel()
222 static int snd_p16v_pcm_open_capture_channel(struct snd_pcm_substream *substream, int channel_id) in snd_p16v_pcm_open_capture_channel()
267 static int snd_p16v_pcm_close_playback(struct snd_pcm_substream *substream) in snd_p16v_pcm_close_playback()
278 static int snd_p16v_pcm_close_capture(struct snd_pcm_substream *substream) in snd_p16v_pcm_close_capture()
288 static int snd_p16v_pcm_open_playback_front(struct snd_pcm_substream *substream) in snd_p16v_pcm_open_playback_front()
293 static int snd_p16v_pcm_open_capture(struct snd_pcm_substream *substream) in snd_p16v_pcm_open_capture()
300 static int snd_p16v_pcm_hw_params_playback(struct snd_pcm_substream *substream, in snd_p16v_pcm_hw_params_playback()
310 static int snd_p16v_pcm_hw_params_capture(struct snd_pcm_substream *substream, in snd_p16v_pcm_hw_params_capture()
321 static int snd_p16v_pcm_hw_free_playback(struct snd_pcm_substream *substream) in snd_p16v_pcm_hw_free_playback()
329 static int snd_p16v_pcm_hw_free_capture(struct snd_pcm_substream *substream) in snd_p16v_pcm_hw_free_capture()
338 static int snd_p16v_pcm_prepare_playback(struct snd_pcm_substream *substream) in snd_p16v_pcm_prepare_playback()
400 static int snd_p16v_pcm_prepare_capture(struct snd_pcm_substream *substream) in snd_p16v_pcm_prepare_capture()
465 static int snd_p16v_pcm_trigger_playback(struct snd_pcm_substream *substream, in snd_p16v_pcm_trigger_playback()
519 static int snd_p16v_pcm_trigger_capture(struct snd_pcm_substream *substream, in snd_p16v_pcm_trigger_capture()
550 snd_p16v_pcm_pointer_playback(struct snd_pcm_substream *substream) in snd_p16v_pcm_pointer_playback()
575 snd_p16v_pcm_pointer_capture(struct snd_pcm_substream *substream) in snd_p16v_pcm_pointer_capture()
643 struct snd_pcm_substream *substream; in snd_p16v_pcm() local