Home
last modified time | relevance | path

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

/sound/pci/trident/
Dtrident_main.c462 (voice->Vol & 0x000003ff) : in snd_trident_write_voice_regs()
463 ((voice->Vol & 0x00003fc) << (16-2)) | in snd_trident_write_voice_regs()
471 regs[4] |= ((voice->Vol & 0x000003fc) << (16-2)) | in snd_trident_write_voice_regs()
479 regs[4] |= ((voice->Vol & 0x000003fc) << (16-2)) | in snd_trident_write_voice_regs()
582 unsigned int Vol) in snd_trident_write_vol_reg() argument
584 voice->Vol = Vol; in snd_trident_write_vol_reg()
589 outb(voice->Vol >> 2, TRID_REG(trident, CH_GVSEL_PAN_VOL_CTRL_EC + 2)); in snd_trident_write_vol_reg()
593 outw((voice->CTRL << 12) | voice->Vol, in snd_trident_write_vol_reg()
975 voice->Vol = mix->vol; in snd_trident_playback_prepare()
1001 evoice->Vol = 0x3ff; /* mute */ in snd_trident_playback_prepare()
[all …]
Dtrident.h296 unsigned short Vol; /* 12 bits (6.6) */ member