Changeset 68412 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Aug 14, 2017 1:10:01 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r68389 r68412 1219 1219 static void ichac97StreamUpdate(PAC97STATE pThis, PAC97STREAM pStream, bool fInTimer) 1220 1220 { 1221 ichac97StreamLock(pStream); 1222 1221 1223 PAUDMIXSINK pSink = ichac97IndexToSink(pThis, pStream->u8SD); 1222 1224 AssertPtr(pSink); 1223 1225 1224 1226 if (!AudioMixerSinkIsActive(pSink)) /* No sink available? Bail out. */ 1227 { 1228 ichac97StreamUnlock(pStream); 1225 1229 return; 1230 } 1226 1231 1227 1232 int rc2; … … 1335 1340 #endif 1336 1341 } 1342 1343 ichac97StreamUnlock(pStream); 1337 1344 } 1338 1345
Note:
See TracChangeset
for help on using the changeset viewer.