Changeset 101313 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Sep 29, 2023 8:22:05 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/AudioAdapterImpl.cpp
r101199 r101313 472 472 case AudioControllerType_VirtioSound: 473 473 { 474 hrc = E_NOTIMPL;474 hrc = S_OK; /* Don't return an error here, even if this is not implemented yet. Will confuse callers. */ 475 475 break; 476 476 }
Note:
See TracChangeset
for help on using the changeset viewer.