Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dgusemu_mixer.c73 unsigned int EndVol32 = (GUSvoice(wVSRVolRampEndVol) & 0xff00) * 32; in gus_mixvoices() local
110 …wVSRVolRampControl) & 0x4000) ? (Volume32 <= StartVol32) : (Volume32 >= EndVol32)) /* ramp up boun… in gus_mixvoices()
122 …Volume32 = (GUSvoice(wVSRVolRampControl) & 0x4000) ? EndVol32 : StartVol32; /* unidir. loop ramp */ in gus_mixvoices()
128 (GUSvoice(wVSRVolRampControl) & 0x4000) ? StartVol32 : EndVol32; in gus_mixvoices()