Changeset 89561 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 8, 2021 8:43:46 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioValidationKit.cpp
r89560 r89561 491 491 LogRelMax(64, ("Audio: Validation Kit: Warning: Guest is playing back data when no playback test is active\n")); 492 492 493 *pcbWritten = 0;493 *pcbWritten = cbBuf; 494 494 return VINF_SUCCESS; 495 495 }
Note:
See TracChangeset
for help on using the changeset viewer.