Lines Matching refs:stream
111 int is_capture = (substream->stream == SNDRV_PCM_STREAM_CAPTURE); in lx_hardware_open()
137 int is_capture = (substream->stream == SNDRV_PCM_STREAM_CAPTURE); in lx_hardware_start()
168 int is_capture = (substream->stream == SNDRV_PCM_STREAM_CAPTURE); in lx_hardware_stop()
199 int is_capture = (substream->stream == SNDRV_PCM_STREAM_CAPTURE); in lx_hardware_close()
282 int is_capture = (substream->stream == SNDRV_PCM_STREAM_CAPTURE); in lx_pcm_stream_pointer()
301 const int is_capture = (substream->stream == SNDRV_PCM_STREAM_CAPTURE); in lx_pcm_prepare()
365 chip->capture_stream.stream = substream; in lx_pcm_hw_params()
367 chip->playback_stream.stream = substream; in lx_pcm_hw_params()
389 int is_capture = (substream->stream == SNDRV_PCM_STREAM_CAPTURE); in lx_pcm_hw_free()
415 chip->capture_stream.stream = 0; in lx_pcm_hw_free()
417 chip->playback_stream.stream = 0; in lx_pcm_hw_free()
426 struct snd_pcm_substream *substream = lx_stream->stream; in lx_trigger_start()
536 const int is_capture = (substream->stream == SNDRV_PCM_STREAM_CAPTURE); in lx_pcm_trigger()
537 struct lx_stream *stream = is_capture ? &chip->capture_stream : in lx_pcm_trigger() local
542 return lx_pcm_trigger_dispatch(chip, stream, cmd); in lx_pcm_trigger()