Changeset 63717 in vbox
- Timestamp:
- Sep 5, 2016 3:13:48 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r63715 r63717 1024 1024 if (pHstStream->fStatus & PDMAUDIOSTRMSTS_FLAG_PENDING_REINIT) 1025 1025 { 1026 /* Remove the pending re-init flag in any case, regardless whether the actual re-initialization succeeded 1027 * or not. If it failed, the backend needs to notify us again to try again at some later point in time. */ 1028 pHstStream->fStatus &= ~PDMAUDIOSTRMSTS_FLAG_PENDING_REINIT; 1029 1026 1030 rc = drvAudioStreamReInitInternal(pThis, pStream); 1027 1031 if (RT_FAILURE(rc)) 1028 1032 break; 1029 1030 /* On success, remove pending re-init flag. */1031 pHstStream->fStatus &= ~PDMAUDIOSTRMSTS_FLAG_PENDING_REINIT;1032 1033 } 1033 1034 … … 1134 1135 if (pHstStream->fStatus & PDMAUDIOSTRMSTS_FLAG_PENDING_REINIT) 1135 1136 { 1137 /* Remove the pending re-init flag in any case, regardless whether the actual re-initialization succeeded 1138 * or not. If it failed, the backend needs to notify us again to try again at some later point in time. */ 1139 pHstStream->fStatus &= ~PDMAUDIOSTRMSTS_FLAG_PENDING_REINIT; 1140 1136 1141 rc = drvAudioStreamReInitInternal(pThis, pStream); 1137 1142 if (RT_FAILURE(rc)) 1138 1143 break; 1139 1140 /* On success, remove pending re-init flag. */1141 pHstStream->fStatus &= ~PDMAUDIOSTRMSTS_FLAG_PENDING_REINIT;1142 1144 } 1143 1145
Note:
See TracChangeset
for help on using the changeset viewer.

