VirtualBox

Changeset 101313 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Sep 29, 2023 8:22:05 AM (17 months ago)
Author:
vboxsync
Message:

Main: Don't return E_NOTIMPL when setting VirtioSound audio adapter, even if this is not implemented yet. Will confuse callers. bugref:10384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/AudioAdapterImpl.cpp

    r101199 r101313  
    472472        case AudioControllerType_VirtioSound:
    473473        {
    474             hrc = E_NOTIMPL;
     474            hrc = S_OK; /* Don't return an error here, even if this is not implemented yet. Will confuse callers. */
    475475            break;
    476476        }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette