Home
last modified time | relevance | path

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

/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dsound_audiopci.c123 const int32_t codec_attn[]= variable
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()
530 es1371->master_vol_r = codec_attn[0]; in es1371_outl()
532 … es1371->master_vol_r = codec_attn[0x1f - (val & 0x1f)]; in es1371_outl()
539 …sound_set_cd_volume(codec_attn[0x1f - ((val >> 8) & 0x1f)] * 2, codec_attn[0x1f - (val & 0x1f)] * … in es1371_outl()