Lines Matching refs:is_capture
530 stream->pipe->is_capture ? 1 : 1<<stream->substream->number; in pcxhr_set_stream_state()
533 pcxhr_set_pipe_cmd_params(&rmh, stream->pipe->is_capture, in pcxhr_set_stream_state()
558 int err, is_capture, sample_rate, stream_num; in pcxhr_set_format() local
601 is_capture = stream->pipe->is_capture; in pcxhr_set_format()
602 stream_num = is_capture ? 0 : stream->substream->number; in pcxhr_set_format()
604 pcxhr_init_rmh(&rmh, is_capture ? in pcxhr_set_format()
606 pcxhr_set_pipe_cmd_params(&rmh, is_capture, stream->pipe->first_audio, in pcxhr_set_format()
608 if (is_capture) { in pcxhr_set_format()
621 if (!is_capture) { in pcxhr_set_format()
637 int err, is_capture, stream_num; in pcxhr_update_r_buffer() local
642 is_capture = (subs->stream == SNDRV_PCM_STREAM_CAPTURE); in pcxhr_update_r_buffer()
643 stream_num = is_capture ? 0 : subs->number; in pcxhr_update_r_buffer()
647 is_capture ? 'c' : 'p', in pcxhr_update_r_buffer()
652 pcxhr_set_pipe_cmd_params(&rmh, is_capture, stream->pipe->first_audio, in pcxhr_update_r_buffer()
682 pcxhr_set_pipe_cmd_params(&rmh, stream->pipe->is_capture, 0, 0,
859 stream->pipe->is_capture ? 'C' : 'P', in pcxhr_trigger()