Changeset 88898 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 6, 2021 12:16:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r88897 r88898 3296 3296 3297 3297 case DRVAUDIOPLAYSTATE_NOPLAY: 3298 /** @todo we'll return zero here. but what if the device was3299 * reactivate/whatever. We won't get to the play code that detects that3300 * state change and we end up playing nothing... Probably holding up both3301 * this and other output streams / driver chains. */3302 3298 break; 3303 3299 case DRVAUDIOPLAYSTATE_INVALID:
Note:
See TracChangeset
for help on using the changeset viewer.