Lines Matching defs:substream
560 static int snd_ca0106_pcm_open_playback_channel(struct snd_pcm_substream *substream, in snd_ca0106_pcm_open_playback_channel()
611 static int snd_ca0106_pcm_close_playback(struct snd_pcm_substream *substream) in snd_ca0106_pcm_close_playback()
632 static int snd_ca0106_pcm_open_playback_front(struct snd_pcm_substream *substream) in snd_ca0106_pcm_open_playback_front()
637 static int snd_ca0106_pcm_open_playback_center_lfe(struct snd_pcm_substream *substream) in snd_ca0106_pcm_open_playback_center_lfe()
642 static int snd_ca0106_pcm_open_playback_unknown(struct snd_pcm_substream *substream) in snd_ca0106_pcm_open_playback_unknown()
647 static int snd_ca0106_pcm_open_playback_rear(struct snd_pcm_substream *substream) in snd_ca0106_pcm_open_playback_rear()
653 static int snd_ca0106_pcm_open_capture_channel(struct snd_pcm_substream *substream, in snd_ca0106_pcm_open_capture_channel()
696 static int snd_ca0106_pcm_close_capture(struct snd_pcm_substream *substream) in snd_ca0106_pcm_close_capture()
706 static int snd_ca0106_pcm_open_0_capture(struct snd_pcm_substream *substream) in snd_ca0106_pcm_open_0_capture()
711 static int snd_ca0106_pcm_open_1_capture(struct snd_pcm_substream *substream) in snd_ca0106_pcm_open_1_capture()
716 static int snd_ca0106_pcm_open_2_capture(struct snd_pcm_substream *substream) in snd_ca0106_pcm_open_2_capture()
721 static int snd_ca0106_pcm_open_3_capture(struct snd_pcm_substream *substream) in snd_ca0106_pcm_open_3_capture()
727 static int snd_ca0106_pcm_hw_params_playback(struct snd_pcm_substream *substream, in snd_ca0106_pcm_hw_params_playback()
735 static int snd_ca0106_pcm_hw_free_playback(struct snd_pcm_substream *substream) in snd_ca0106_pcm_hw_free_playback()
741 static int snd_ca0106_pcm_hw_params_capture(struct snd_pcm_substream *substream, in snd_ca0106_pcm_hw_params_capture()
749 static int snd_ca0106_pcm_hw_free_capture(struct snd_pcm_substream *substream) in snd_ca0106_pcm_hw_free_capture()
755 static int snd_ca0106_pcm_prepare_playback(struct snd_pcm_substream *substream) in snd_ca0106_pcm_prepare_playback()
868 static int snd_ca0106_pcm_prepare_capture(struct snd_pcm_substream *substream) in snd_ca0106_pcm_prepare_capture()
959 static int snd_ca0106_pcm_trigger_playback(struct snd_pcm_substream *substream, in snd_ca0106_pcm_trigger_playback()
1026 static int snd_ca0106_pcm_trigger_capture(struct snd_pcm_substream *substream, in snd_ca0106_pcm_trigger_capture()
1055 snd_ca0106_pcm_pointer_playback(struct snd_pcm_substream *substream) in snd_ca0106_pcm_pointer_playback()
1085 snd_ca0106_pcm_pointer_capture(struct snd_pcm_substream *substream) in snd_ca0106_pcm_pointer_capture()
1368 struct snd_pcm_substream *substream; in snd_ca0106_pcm() local