Changeset 107735 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 14, 2025 9:11:17 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166842
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r107720 r107735 1427 1427 pStreamEx->fStatus |= PDMAUDIOSTREAM_STS_BACKEND_READY; /* before the backend control call! */ 1428 1428 1429 rc =drvAudioStreamUpdateBackendOnStatus(pThis, pStreamEx, "asynchronous initialization completed");1429 drvAudioStreamUpdateBackendOnStatus(pThis, pStreamEx, "asynchronous initialization completed"); 1430 1430 1431 1431 /*
Note:
See TracChangeset
for help on using the changeset viewer.