Lines Matching refs:is_capture
517 stream->pipe->is_capture ? 1 : 1<<stream->substream->number; in pcxhr_set_stream_state()
520 pcxhr_set_pipe_cmd_params(&rmh, stream->pipe->is_capture, in pcxhr_set_stream_state()
545 int err, is_capture, sample_rate, stream_num; in pcxhr_set_format() local
588 is_capture = stream->pipe->is_capture; in pcxhr_set_format()
589 stream_num = is_capture ? 0 : stream->substream->number; in pcxhr_set_format()
591 pcxhr_init_rmh(&rmh, is_capture ? in pcxhr_set_format()
593 pcxhr_set_pipe_cmd_params(&rmh, is_capture, stream->pipe->first_audio, in pcxhr_set_format()
595 if (is_capture) { in pcxhr_set_format()
608 if (!is_capture) { in pcxhr_set_format()
625 int err, is_capture, stream_num; in pcxhr_update_r_buffer() local
630 is_capture = (subs->stream == SNDRV_PCM_STREAM_CAPTURE); in pcxhr_update_r_buffer()
631 stream_num = is_capture ? 0 : subs->number; in pcxhr_update_r_buffer()
635 is_capture ? 'c' : 'p', in pcxhr_update_r_buffer()
640 pcxhr_set_pipe_cmd_params(&rmh, is_capture, stream->pipe->first_audio, in pcxhr_update_r_buffer()
670 pcxhr_set_pipe_cmd_params(&rmh, stream->pipe->is_capture, 0, 0,
847 stream->pipe->is_capture ? 'C' : 'P', in pcxhr_trigger()