Searched refs:playback_mask (Results 1 – 4 of 4) sorted by relevance
/sound/pci/pcxhr/ |
D | pcxhr_hwdep.c | 216 int playback_mask = 0; 222 playback_mask = (1 << pipe->first_audio); 225 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 0); 274 int playback_mask = 0; in pcxhr_start_pipes() local 281 playback_mask |= 1 << chip->playback_pipe.first_audio; in pcxhr_start_pipes() 285 return pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 1); in pcxhr_start_pipes()
|
D | pcxhr.c | 711 int playback_mask = 0; in pcxhr_start_linked_stream() local 729 playback_mask |= (1 << pipe->first_audio); in pcxhr_start_linked_stream() 736 if (capture_mask == 0 && playback_mask == 0) { in pcxhr_start_linked_stream() 744 playback_mask, capture_mask); in pcxhr_start_linked_stream() 747 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 0); in pcxhr_start_linked_stream() 752 playback_mask, capture_mask); in pcxhr_start_linked_stream() 792 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 1); in pcxhr_start_linked_stream() 797 playback_mask, capture_mask); in pcxhr_start_linked_stream()
|
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 | 906 int pcxhr_set_pipe_state(struct pcxhr_mgr *mgr, int playback_mask, in pcxhr_set_pipe_state() argument 917 audio_mask = (playback_mask | in pcxhr_set_pipe_state()
|