Changeset 87836 in vbox
- Timestamp:
- Feb 22, 2021 4:30:18 PM (4 years ago)
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 2 edited
-
DevHDA.h (modified) (1 diff)
-
HDAStream.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.h
r87799 r87836 36 36 /** Enables strict mode, which checks for stuff which isn't supposed to happen. 37 37 * Be prepared for assertions coming in! */ 38 # define HDA_STRICT38 //# define HDA_STRICT 39 39 #endif 40 40 -
trunk/src/VBox/Devices/Audio/HDAStream.cpp
r87811 r87836 1749 1749 if (!cbRead) 1750 1750 { 1751 #ifdef HDA_STRICT 1751 1752 AssertMsgFailed(("Nothing read from sink, even if %RU32 bytes were (still) announced\n", cbSinkReadable)); 1753 #endif 1752 1754 break; 1753 1755 }
Note:
See TracChangeset
for help on using the changeset viewer.

