You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There’s a discrepancy in the bitwise operation for dsSetVolumeLeveller The bit set for dsMS12SUPPORT_VolumeLeveller is 0x08, but the test case is using 0x04. as mentioned below:
This discrepancy only observed in dsSetVolumeleveller case , in dsGetVolumeLeveller the gDSAudioPortConfiguration[i].ms12_capabilites bitwise operation is performed against 0x08.
The text was updated successfully, but these errors were encountered:
There’s a discrepancy in the bitwise operation for dsSetVolumeLeveller The bit set for dsMS12SUPPORT_VolumeLeveller is 0x08, but the test case is using 0x04. as mentioned below:
if(gDSAudioPortConfiguration[i].ms12_capabilites & 0x04)
This discrepancy only observed in dsSetVolumeleveller case , in dsGetVolumeLeveller the gDSAudioPortConfiguration[i].ms12_capabilites bitwise operation is performed against 0x08.
The text was updated successfully, but these errors were encountered: