Searched refs:FMC (Results 1 – 2 of 2) sorted by relevance
455 FmcRvolCvol = ((voice->FMC & 3) << 14) | in snd_trident_write_voice_regs()639 outw(((voice->FMC & 0x0003) << 14) | ((voice->RVol & 0x007f) << 7) | in snd_trident_write_rvol_reg()663 outw(((voice->FMC & 0x0003) << 14) | ((voice->RVol & 0x007f) << 7) | in snd_trident_write_cvol_reg()970 voice->FMC = 3; in snd_trident_playback_prepare()996 evoice->FMC = 3; in snd_trident_playback_prepare()1113 voice->FMC = 3; in snd_trident_capture_prepare()1207 voice->FMC = 0; in snd_trident_si7018_capture_prepare()1231 evoice->FMC = 3; in snd_trident_si7018_capture_prepare()1285 voice->FMC = 3; in snd_trident_foldback_prepare()1308 evoice->FMC = 3; in snd_trident_foldback_prepare()[all …]
301 unsigned char FMC; /* 2 bits */ member