AX: fix missing ramp of main surround channel

This commit is contained in:
Tillmann Karras 2022-05-07 16:08:30 +01:00
parent 4b6a47396e
commit 048469f7c2
1 changed files with 2 additions and 0 deletions

View File

@ -307,6 +307,8 @@ AXMixControl AXUCode::ConvertMixerControl(u32 mixer_control)
if (mixer_control & 0x0008)
{
ret |= MIX_L_RAMP | MIX_R_RAMP;
if (ret & MIX_S)
ret |= MIX_S_RAMP;
if (ret & MIX_AUXA_L)
ret |= MIX_AUXA_L_RAMP | MIX_AUXA_R_RAMP;
if (ret & MIX_AUXB_L)