Changeset 86594 in vbox
- Timestamp:
- Oct 15, 2020 9:41:19 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp
r86575 r86594 1616 1616 rc = DrvAudioHlpDeviceEnumAdd(pDevEnm, pDev); 1617 1617 1618 /* Note: Querying the actual device information will be done at some 1618 /* Note: Querying the actual device information will be done at some 1619 1619 * later point in time outside this enumeration callback to prevent 1620 1620 * DSound hangs. */ … … 1678 1678 rc = DrvAudioHlpDeviceEnumAdd(pDevEnm, pDev); 1679 1679 1680 /* Note: Querying the actual device information will be done at some 1680 /* Note: Querying the actual device information will be done at some 1681 1681 * later point in time outside this enumeration callback to prevent 1682 1682 * DSound hangs. */
Note:
See TracChangeset
for help on using the changeset viewer.