Searched refs:playback_mask (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/sound/pci/pcxhr/ |
D | pcxhr_hwdep.c | 221 int playback_mask = 0; 227 playback_mask = (1 << pipe->first_audio); 230 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 0); 279 int playback_mask = 0; in pcxhr_start_pipes() local 286 playback_mask |= 1 << chip->playback_pipe.first_audio; in pcxhr_start_pipes() 290 return pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 1); in pcxhr_start_pipes()
|
D | pcxhr.c | 688 int playback_mask = 0; in pcxhr_trigger_tasklet() local 705 playback_mask |= (1 << pipe->first_audio); in pcxhr_trigger_tasklet() 712 if (capture_mask == 0 && playback_mask == 0) { in pcxhr_trigger_tasklet() 720 playback_mask, capture_mask); in pcxhr_trigger_tasklet() 723 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 0); in pcxhr_trigger_tasklet() 728 playback_mask, capture_mask); in pcxhr_trigger_tasklet() 768 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 1); in pcxhr_trigger_tasklet() 773 playback_mask, capture_mask); in pcxhr_trigger_tasklet()
|
D | pcxhr_core.h | 149 int pcxhr_set_pipe_state(struct pcxhr_mgr *mgr, int playback_mask, int capture_mask, int start);
|
D | pcxhr_core.c | 898 int pcxhr_set_pipe_state(struct pcxhr_mgr *mgr, int playback_mask, in pcxhr_set_pipe_state() argument 908 audio_mask = (playback_mask | in pcxhr_set_pipe_state()
|