• Home
  • Raw
  • Download

Lines Matching refs:pipe

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()
534 stream->pipe->first_audio, 0, stream_mask); in pcxhr_set_stream_state()
601 is_capture = stream->pipe->is_capture; in pcxhr_set_format()
606 pcxhr_set_pipe_cmd_params(&rmh, is_capture, stream->pipe->first_audio, in pcxhr_set_format()
653 pcxhr_set_pipe_cmd_params(&rmh, is_capture, stream->pipe->first_audio, in pcxhr_update_r_buffer()
683 pcxhr_set_pipe_cmd_params(&rmh, stream->pipe->is_capture, 0, 0,
684 1<<stream->pipe->first_audio);
696 struct pcxhr_pipe **pipe) in pcxhr_stream_scheduled_get_pipe() argument
699 *pipe = stream->pipe; in pcxhr_stream_scheduled_get_pipe()
708 struct pcxhr_pipe *pipe; in pcxhr_start_linked_stream() local
724 if (pcxhr_stream_scheduled_get_pipe(&chip->capture_stream[j], &pipe)) in pcxhr_start_linked_stream()
725 capture_mask |= (1 << pipe->first_audio); in pcxhr_start_linked_stream()
728 if (pcxhr_stream_scheduled_get_pipe(&chip->playback_stream[j], &pipe)) { in pcxhr_start_linked_stream()
729 playback_mask |= (1 << pipe->first_audio); in pcxhr_start_linked_stream()
762 if (pcxhr_stream_scheduled_get_pipe(stream, &pipe)) { in pcxhr_start_linked_stream()
769 if (pcxhr_stream_scheduled_get_pipe(stream, &pipe)) { in pcxhr_start_linked_stream()
781 if (pcxhr_stream_scheduled_get_pipe(stream, &pipe)) in pcxhr_start_linked_stream()
786 if (pcxhr_stream_scheduled_get_pipe(stream, &pipe)) in pcxhr_start_linked_stream()
860 stream->pipe->is_capture ? 'C' : 'P', in pcxhr_trigger()
861 stream->pipe->first_audio); in pcxhr_trigger()