- Timestamp:
- Dec 7, 2018 10:30:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/HDAStreamPeriod.cpp
r71736 r76048 89 89 if ( !u16LVI 90 90 || !u32CBL 91 || !DrvAudioHlp StreamCfgIsValid(pStreamCfg))91 || !DrvAudioHlpPCMPropsAreValid(&pStreamCfg->Props)) 92 92 { 93 93 return VERR_INVALID_PARAMETER;
Note:
See TracChangeset
for help on using the changeset viewer.