Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/trident/
Dtrident_main.c448 unsigned int FmcRvolCvol; in snd_trident_write_voice_regs() local
455 FmcRvolCvol = ((voice->FMC & 3) << 14) | in snd_trident_write_voice_regs()
468 regs[3] = (voice->Attribute << 16) | FmcRvolCvol; in snd_trident_write_voice_regs()
476 regs[3] = FmcRvolCvol; in snd_trident_write_voice_regs()
485 ((voice->FMS & 0x0000000f) << 16) | FmcRvolCvol; in snd_trident_write_voice_regs()