Home
last modified time | relevance | path

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

/linux/sound/pci/trident/
H A Dtrident_main.c428 unsigned int FmcRvolCvol; in snd_trident_write_voice_regs() local
435 FmcRvolCvol = ((voice->FMC & 3) << 14) | in snd_trident_write_voice_regs()
448 regs[3] = (voice->Attribute << 16) | FmcRvolCvol; in snd_trident_write_voice_regs()
456 regs[3] = FmcRvolCvol; in snd_trident_write_voice_regs()
465 ((voice->FMS & 0x0000000f) << 16) | FmcRvolCvol; in snd_trident_write_voice_regs()