Changeset 89560 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Jun 8, 2021 8:41:04 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144986
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioValidationKit.cpp
r89557 r89560 489 489 if (pThis->pTestCur == NULL) /* Empty list? */ 490 490 { 491 //LogRelMax(64, ("Audio: Validation Kit: Warning: Guest is playing back data when no playback test is active\n"));492 493 *pcbWritten = cbBuf; /* Report all data as being written. */491 LogRelMax(64, ("Audio: Validation Kit: Warning: Guest is playing back data when no playback test is active\n")); 492 493 *pcbWritten = 0; 494 494 return VINF_SUCCESS; 495 495 }
Note:
See TracChangeset
for help on using the changeset viewer.