Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/pcxhr/
Dpcxhr_core.h149 int pcxhr_set_pipe_state(struct pcxhr_mgr *mgr, int playback_mask, int capture_mask, int start);
Dpcxhr_hwdep.c230 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 0);
290 return pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 1); in pcxhr_start_pipes()
Dpcxhr.c723 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 0); in pcxhr_trigger_tasklet()
768 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 1); in pcxhr_trigger_tasklet()
Dpcxhr_core.c898 int pcxhr_set_pipe_state(struct pcxhr_mgr *mgr, int playback_mask, in pcxhr_set_pipe_state() function