Home
last modified time | relevance | path

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

/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dsound_audiopci.c69 int master_vol_l, master_vol_r; member
522 es1371->master_vol_l = es1371->master_vol_r = 0; in es1371_outl()
526 es1371->master_vol_l = codec_attn[0]; in es1371_outl()
528 … es1371->master_vol_l = codec_attn[0x1f - ((val >> 8) & 0x1f)]; in es1371_outl()
1057 l = (l * es1371->master_vol_l) >> 15; in es1371_update()