Changeset 73523 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Aug 6, 2018 12:25:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/HDAStream.cpp
r73408 r73523 1326 1326 const uint32_t cbSinkWritable = AudioMixerSinkGetWritable(pSink); 1327 1327 1328 Log3Func(("[SD%RU8] cbWritable=%RU32, cbUsed=%RU32\n", pStream->u8SD, cbSinkWritable, cbUsed)); 1329 1328 1330 /* Do not write more than the sink can hold at the moment. 1329 1331 * The host sets the overall pace. */
Note:
See TracChangeset
for help on using the changeset viewer.