• Home
  • Raw
  • Download

Lines Matching refs:pipe

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()
520 stream->pipe->first_audio, 0, stream_mask); in pcxhr_set_stream_state()
587 is_capture = stream->pipe->is_capture; in pcxhr_set_format()
592 pcxhr_set_pipe_cmd_params(&rmh, is_capture, stream->pipe->first_audio, in pcxhr_set_format()
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,
670 1<<stream->pipe->first_audio);
682 struct pcxhr_pipe **pipe) in pcxhr_stream_scheduled_get_pipe() argument
685 *pipe = stream->pipe; in pcxhr_stream_scheduled_get_pipe()
694 struct pcxhr_pipe *pipe; in pcxhr_start_linked_stream() local
710 if (pcxhr_stream_scheduled_get_pipe(&chip->capture_stream[j], &pipe)) in pcxhr_start_linked_stream()
711 capture_mask |= (1 << pipe->first_audio); in pcxhr_start_linked_stream()
714 if (pcxhr_stream_scheduled_get_pipe(&chip->playback_stream[j], &pipe)) { in pcxhr_start_linked_stream()
715 playback_mask |= (1 << pipe->first_audio); in pcxhr_start_linked_stream()
747 if (pcxhr_stream_scheduled_get_pipe(stream, &pipe)) { in pcxhr_start_linked_stream()
754 if (pcxhr_stream_scheduled_get_pipe(stream, &pipe)) { in pcxhr_start_linked_stream()
766 if (pcxhr_stream_scheduled_get_pipe(stream, &pipe)) in pcxhr_start_linked_stream()
771 if (pcxhr_stream_scheduled_get_pipe(stream, &pipe)) in pcxhr_start_linked_stream()
845 stream->pipe->is_capture ? 'C' : 'P', in pcxhr_trigger()
846 stream->pipe->first_audio); in pcxhr_trigger()