Lines Matching defs:substream

46 	struct snd_pcm_substream *substream;  member
74 static int snd_gf1_pcm_block_change(struct snd_pcm_substream *substream, in snd_gf1_pcm_block_change()
106 static void snd_gf1_pcm_trigger_up(struct snd_pcm_substream *substream) in snd_gf1_pcm_trigger_up()
356 static int snd_gf1_pcm_playback_copy(struct snd_pcm_substream *substream, in snd_gf1_pcm_playback_copy()
388 static int snd_gf1_pcm_playback_silence(struct snd_pcm_substream *substream, in snd_gf1_pcm_playback_silence()
418 static int snd_gf1_pcm_playback_hw_params(struct snd_pcm_substream *substream, in snd_gf1_pcm_playback_hw_params()
467 static int snd_gf1_pcm_playback_hw_free(struct snd_pcm_substream *substream) in snd_gf1_pcm_playback_hw_free()
488 static int snd_gf1_pcm_playback_prepare(struct snd_pcm_substream *substream) in snd_gf1_pcm_playback_prepare()
500 static int snd_gf1_pcm_playback_trigger(struct snd_pcm_substream *substream, in snd_gf1_pcm_playback_trigger()
526 static snd_pcm_uframes_t snd_gf1_pcm_playback_pointer(struct snd_pcm_substream *substream) in snd_gf1_pcm_playback_pointer()
560 static int snd_gf1_pcm_capture_hw_params(struct snd_pcm_substream *substream, in snd_gf1_pcm_capture_hw_params()
578 static int snd_gf1_pcm_capture_hw_free(struct snd_pcm_substream *substream) in snd_gf1_pcm_capture_hw_free()
583 static int snd_gf1_pcm_capture_prepare(struct snd_pcm_substream *substream) in snd_gf1_pcm_capture_prepare()
595 static int snd_gf1_pcm_capture_trigger(struct snd_pcm_substream *substream, in snd_gf1_pcm_capture_trigger()
616 static snd_pcm_uframes_t snd_gf1_pcm_capture_pointer(struct snd_pcm_substream *substream) in snd_gf1_pcm_capture_pointer()
677 static int snd_gf1_pcm_playback_open(struct snd_pcm_substream *substream) in snd_gf1_pcm_playback_open()
710 static int snd_gf1_pcm_playback_close(struct snd_pcm_substream *substream) in snd_gf1_pcm_playback_close()
723 static int snd_gf1_pcm_capture_open(struct snd_pcm_substream *substream) in snd_gf1_pcm_capture_open()
738 static int snd_gf1_pcm_capture_close(struct snd_pcm_substream *substream) in snd_gf1_pcm_capture_close()
857 struct snd_pcm_substream *substream; in snd_gf1_pcm_new() local