Searched refs:capture_mask (Results 1 – 4 of 4) sorted by relevance
/sound/pci/pcxhr/ |
D | pcxhr_hwdep.c | 213 int capture_mask = 0; 218 capture_mask = (1 << pipe->first_audio); 223 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 0); 273 int capture_mask = 0; in pcxhr_start_pipes() local 281 capture_mask |= 1 << chip->capture_pipe[j].first_audio; in pcxhr_start_pipes() 283 return pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 1); in pcxhr_start_pipes()
|
D | pcxhr.c | 711 int capture_mask = 0; in pcxhr_trigger_tasklet() local 725 capture_mask |= (1 << pipe->first_audio); in pcxhr_trigger_tasklet() 736 if (capture_mask == 0 && playback_mask == 0) { in pcxhr_trigger_tasklet() 744 playback_mask, capture_mask); in pcxhr_trigger_tasklet() 747 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 0); in pcxhr_trigger_tasklet() 752 playback_mask, capture_mask); in pcxhr_trigger_tasklet() 792 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 1); in pcxhr_trigger_tasklet() 797 playback_mask, capture_mask); in pcxhr_trigger_tasklet()
|
D | pcxhr_core.h | 151 int pcxhr_set_pipe_state(struct pcxhr_mgr *mgr, int playback_mask, int capture_mask, int start);
|
D | pcxhr_core.c | 903 int capture_mask, int start) in pcxhr_set_pipe_state() argument 913 (capture_mask << PCXHR_PIPE_STATE_CAPTURE_OFFSET)); in pcxhr_set_pipe_state()
|