Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/trident/
H A Dtrident_main.c434 unsigned int FmcRvolCvol; in snd_trident_write_voice_regs() local
441 FmcRvolCvol = ((voice->FMC & 3) << 14) | in snd_trident_write_voice_regs()
454 regs[3] = (voice->Attribute << 16) | FmcRvolCvol; in snd_trident_write_voice_regs()
462 regs[3] = FmcRvolCvol; in snd_trident_write_voice_regs()
471 ((voice->FMS & 0x0000000f) << 16) | FmcRvolCvol; in snd_trident_write_voice_regs()