Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dgusemu_mixer.c72 unsigned int StartVol32 = (GUSvoice(wVSRVolRampStartVol) & 0xff00) * 32; in gus_mixvoices() local
110 …if ((GUSvoice(wVSRVolRampControl) & 0x4000) ? (Volume32 <= StartVol32) : (Volume32 >= EndVol32)) /… 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()