Changeset 61160 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- May 24, 2016 12:10:08 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107445
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r61157 r61160 1686 1686 1687 1687 PPDMAUDIOSTREAM pHstStream = drvAudioGetHostStream(pStream); 1688 PDMAUDIOSTRMSTS strmSts = pHstStream->fStatus; 1689 1690 LogFlowFunc(("%s: strmSts=%0x%x\n", pHstStream->szName, strmSts)); 1688 1689 LogFlowFunc(("%s: strmSts=0x%x\n", pHstStream->szName, pHstStream->fStatus)); 1691 1690 1692 1691 rc2 = RTCritSectLeave(&pThis->CritSect);
Note:
See TracChangeset
for help on using the changeset viewer.