Home
last modified time | relevance | path

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

/sound/pci/pcxhr/
Dpcxhr_core.c795 int audio_mask, int *retry) in pcxhr_prepair_pipe_start() argument
802 while (audio_mask) { in pcxhr_prepair_pipe_start()
803 if (audio_mask & 1) { in pcxhr_prepair_pipe_start()
828 audio_mask>>=1; in pcxhr_prepair_pipe_start()
834 static int pcxhr_stop_pipes(struct pcxhr_mgr *mgr, int audio_mask) in pcxhr_stop_pipes() argument
840 while (audio_mask) { in pcxhr_stop_pipes()
841 if (audio_mask & 1) { in pcxhr_stop_pipes()
860 audio_mask>>=1; in pcxhr_stop_pipes()
866 static int pcxhr_toggle_pipes(struct pcxhr_mgr *mgr, int audio_mask) in pcxhr_toggle_pipes() argument
872 while (audio_mask) { in pcxhr_toggle_pipes()
[all …]