- Timestamp:
- Feb 1, 2017 2:38:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp
r65566 r65568 1589 1589 /** @todo r=bird: Can pv1/cb1 really be NULL? Docs says they're always set 1590 1590 * and pv2/cb2 only used when there is a buffer wrap around. */ 1591 1592 DWORD cSamplesIn1 = PDMAUDIOPCMPROPS_B2S(&pDSoundStream->Props, cb1);1593 uint32_t cRead = 0;1594 1595 1591 if (pv1 && cb1) 1596 1592 {
Note:
See TracChangeset
for help on using the changeset viewer.