Searched refs:playback_mask (Results 1 – 3 of 3) sorted by relevance
| /linux/sound/pci/pcxhr/ |
| H A D | pcxhr_hwdep.c | 203 int playback_mask = 0; 209 playback_mask = (1 << pipe->first_audio); 212 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 0); 261 int playback_mask = 0; in pcxhr_start_pipes() local 268 playback_mask |= 1 << chip->playback_pipe.first_audio; in pcxhr_start_pipes() 272 return pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 1); in pcxhr_start_pipes()
|
| H A D | pcxhr.c | 697 int playback_mask = 0; in pcxhr_start_linked_stream() local 715 playback_mask |= (1 << pipe->first_audio); in pcxhr_start_linked_stream() 722 if (capture_mask == 0 && playback_mask == 0) { in pcxhr_start_linked_stream() 728 __func__, playback_mask, capture_mask); in pcxhr_start_linked_stream() 731 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 0); in pcxhr_start_linked_stream() 735 __func__, playback_mask, capture_mask); in pcxhr_start_linked_stream() 775 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 1); in pcxhr_start_linked_stream() 779 __func__, playback_mask, capture_mask); in pcxhr_start_linked_stream()
|
| H A D | pcxhr_core.h | 138 int pcxhr_set_pipe_state(struct pcxhr_mgr *mgr, int playback_mask, int capture_mask, int start);
|