Home
last modified time | relevance | path

Searched refs:capture_mask (Results 1 – 4 of 4) sorted by relevance

/sound/pci/pcxhr/
A Dpcxhr_hwdep.c202 int capture_mask = 0;
207 capture_mask = (1 << pipe->first_audio);
212 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 0);
262 int capture_mask = 0; in pcxhr_start_pipes() local
270 capture_mask |= 1 << chip->capture_pipe[j].first_audio; in pcxhr_start_pipes()
272 return pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 1); in pcxhr_start_pipes()
A Dpcxhr.c696 int capture_mask = 0; in pcxhr_start_linked_stream() local
711 capture_mask |= (1 << pipe->first_audio); in pcxhr_start_linked_stream()
722 if (capture_mask == 0 && playback_mask == 0) { in pcxhr_start_linked_stream()
729 __func__, playback_mask, capture_mask); in pcxhr_start_linked_stream()
732 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 0); in pcxhr_start_linked_stream()
737 __func__, playback_mask, capture_mask); in pcxhr_start_linked_stream()
777 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 1); in pcxhr_start_linked_stream()
782 __func__, playback_mask, capture_mask); in pcxhr_start_linked_stream()
A Dpcxhr_core.h138 int pcxhr_set_pipe_state(struct pcxhr_mgr *mgr, int playback_mask, int capture_mask, int start);
A Dpcxhr_core.c894 int capture_mask, int start) in pcxhr_set_pipe_state() argument
905 (capture_mask << PCXHR_PIPE_STATE_CAPTURE_OFFSET)); in pcxhr_set_pipe_state()

Completed in 11 milliseconds