Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/pcxhr/
Dpcxhr_core.c787 int audio_mask, int *retry) in pcxhr_prepair_pipe_start() argument
794 while (audio_mask) { in pcxhr_prepair_pipe_start()
795 if (audio_mask & 1) { in pcxhr_prepair_pipe_start()
820 audio_mask>>=1; in pcxhr_prepair_pipe_start()
826 static int pcxhr_stop_pipes(struct pcxhr_mgr *mgr, int audio_mask) in pcxhr_stop_pipes() argument
832 while (audio_mask) { in pcxhr_stop_pipes()
833 if (audio_mask & 1) { in pcxhr_stop_pipes()
852 audio_mask>>=1; in pcxhr_stop_pipes()
858 static int pcxhr_toggle_pipes(struct pcxhr_mgr *mgr, int audio_mask) in pcxhr_toggle_pipes() argument
864 while (audio_mask) { in pcxhr_toggle_pipes()
[all …]