Changeset 70904 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Feb 8, 2018 10:22:48 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120732
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r70902 r70904 3122 3122 int rc = VINF_SUCCESS; 3123 3123 3124 #ifdef LOG_ENABLED3124 #ifdef VBOX_STRICT 3125 3125 char *pszHstSts = dbgAudioStreamStatusToStr(pHstStream->fStatus); 3126 3126 LogFunc(("[%s] fStatus=%s\n", pHstStream->szName, pszHstSts)); 3127 3127 RTStrFree(pszHstSts); 3128 #endif /* LOG_ENABLED */3128 #endif 3129 3129 3130 3130 if (pHstStream->fStatus & PDMAUDIOSTREAMSTS_FLAG_INITIALIZED)
Note:
See TracChangeset
for help on using the changeset viewer.