Changeset 88824 in vbox
- Timestamp:
- May 3, 2021 10:50:04 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144158
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r88823 r88824 975 975 static DECLCALLBACK(void) drvAudioStreamInitAsync(PDRVAUDIO pThis, PDRVAUDIOSTREAM pStreamEx) 976 976 { 977 LogFlow(("pThis=%p pStreamEx=%p (%s)\n", pThis, pStreamEx ->Core.szName));977 LogFlow(("pThis=%p pStreamEx=%p (%s)\n", pThis, pStreamEx, pStreamEx->Core.szName)); 978 978 979 979 /*
Note:
See TracChangeset
for help on using the changeset viewer.