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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/pcxhr/
H A Dpcxhr_core.c787 int audio_mask, int *retry)
794 while (audio_mask) {
795 if (audio_mask & 1) {
820 audio_mask>>=1;
826 static int pcxhr_stop_pipes(struct pcxhr_mgr *mgr, int audio_mask) argument
832 while (audio_mask) {
833 if (audio_mask & 1) {
852 audio_mask>>=1;
858 static int pcxhr_toggle_pipes(struct pcxhr_mgr *mgr, int audio_mask) argument
864 while (audio_mask) {
786 pcxhr_prepair_pipe_start(struct pcxhr_mgr *mgr, int audio_mask, int *retry) argument
902 int audio_mask; local
[all...]

Completed in 65 milliseconds