- Timestamp:
- Aug 3, 2018 9:38:01 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixer.cpp
r73432 r73465 1382 1382 AssertPtrReturn(pSink, VERR_INVALID_POINTER); 1383 1383 AssertPtrReturn(pPCMProps, VERR_INVALID_POINTER); 1384 AssertReturn(DrvAudioHlpPCMPropsAreValid(pPCMProps), VERR_INVALID_PARAMETER); 1384 1385 1385 1386 int rc = RTCritSectEnter(&pSink->CritSect);
Note:
See TracChangeset
for help on using the changeset viewer.