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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/pcxhr/
H A Dpcxhr_core.c741 static int pcxhr_prepair_pipe_start(struct pcxhr_mgr *mgr, int audio_mask, int *retry) argument
748 while (audio_mask) {
749 if (audio_mask & 1) {
771 audio_mask>>=1;
777 static int pcxhr_stop_pipes(struct pcxhr_mgr *mgr, int audio_mask) argument
783 while (audio_mask) {
784 if (audio_mask & 1) {
803 audio_mask>>=1;
809 static int pcxhr_toggle_pipes(struct pcxhr_mgr *mgr, int audio_mask) argument
815 while (audio_mask) {
849 int audio_mask; local
[all...]

Completed in 55 milliseconds