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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_main.c414 FmcRvolCvol = ((voice->FMC & 3) << 14) |
585 outw(((voice->FMC & 0x0003) << 14) | ((voice->RVol & 0x007f) << 7) |
609 outw(((voice->FMC & 0x0003) << 14) | ((voice->RVol & 0x007f) << 7) |
913 voice->FMC = 3;
934 evoice->FMC = 3;
1046 voice->FMC = 3;
1140 voice->FMC = 0;
1164 evoice->FMC = 3;
1218 voice->FMC = 3;
1241 evoice->FMC
[all...]
H A Dtrident_synth.c365 voice->FMC = 0x03;
405 value = ((voice->FMC & 0x03) << 14) | ((voice->RVol & 0x7f) << 7) | (voice->CVol & 0x7f);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dtrident.h319 unsigned char FMC; /* 2 bits */ member in struct:snd_trident_voice

Completed in 107 milliseconds