Lines Matching defs:substream
106 struct snd_pcm_substream *substream) in lx_hardware_open()
133 struct snd_pcm_substream *substream) in lx_hardware_start()
165 struct snd_pcm_substream *substream) in lx_hardware_stop()
196 struct snd_pcm_substream *substream) in lx_hardware_close()
212 static int lx_pcm_open(struct snd_pcm_substream *substream) in lx_pcm_open()
270 static int lx_pcm_close(struct snd_pcm_substream *substream) in lx_pcm_close()
277 static snd_pcm_uframes_t lx_pcm_stream_pointer(struct snd_pcm_substream in lx_pcm_stream_pointer()
297 static int lx_pcm_prepare(struct snd_pcm_substream *substream) in lx_pcm_prepare()
350 static int lx_pcm_hw_params(struct snd_pcm_substream *substream, in lx_pcm_hw_params()
373 static int lx_pcm_hw_params_playback(struct snd_pcm_substream *substream, in lx_pcm_hw_params_playback()
379 static int lx_pcm_hw_params_capture(struct snd_pcm_substream *substream, in lx_pcm_hw_params_capture()
385 static int lx_pcm_hw_free(struct snd_pcm_substream *substream) in lx_pcm_hw_free()
426 struct snd_pcm_substream *substream = lx_stream->stream; in lx_trigger_start() local
533 static int lx_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in lx_pcm_trigger()