Lines Matching refs:is_capture
516 stream->pipe->is_capture ? 1 : 1<<stream->substream->number; in pcxhr_set_stream_state()
519 pcxhr_set_pipe_cmd_params(&rmh, stream->pipe->is_capture, in pcxhr_set_stream_state()
544 int err, is_capture, sample_rate, stream_num; in pcxhr_set_format() local
587 is_capture = stream->pipe->is_capture; in pcxhr_set_format()
588 stream_num = is_capture ? 0 : stream->substream->number; in pcxhr_set_format()
590 pcxhr_init_rmh(&rmh, is_capture ? in pcxhr_set_format()
592 pcxhr_set_pipe_cmd_params(&rmh, is_capture, stream->pipe->first_audio, in pcxhr_set_format()
594 if (is_capture) { in pcxhr_set_format()
607 if (!is_capture) { in pcxhr_set_format()
624 int err, is_capture, stream_num; in pcxhr_update_r_buffer() local
629 is_capture = (subs->stream == SNDRV_PCM_STREAM_CAPTURE); in pcxhr_update_r_buffer()
630 stream_num = is_capture ? 0 : subs->number; in pcxhr_update_r_buffer()
634 is_capture ? 'c' : 'p', in pcxhr_update_r_buffer()
639 pcxhr_set_pipe_cmd_params(&rmh, is_capture, stream->pipe->first_audio, in pcxhr_update_r_buffer()
669 pcxhr_set_pipe_cmd_params(&rmh, stream->pipe->is_capture, 0, 0,
845 stream->pipe->is_capture ? 'C' : 'P', in pcxhr_trigger()