VirtualBox

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


Ignore:
Timestamp:
Sep 20, 2023 2:14:08 PM (18 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159172
Message:

Main + FE/Qt: More Virtio-Sound handling configuration. bugref:10384

File:
1 edited

Legend:

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

    r98825 r101199  
    397397                defaultCodec = AudioCodecType_STAC9221;
    398398                break;
     399            case AudioControllerType_VirtioSound:
     400                defaultCodec = AudioCodecType_Null;
     401                break;
    399402
    400403            default:
     
    464467            if (aAudioCodec != AudioCodecType_STAC9221)
    465468                hrc = E_INVALIDARG;
     469            break;
     470        }
     471
     472        case AudioControllerType_VirtioSound:
     473        {
     474            hrc = E_NOTIMPL;
    466475            break;
    467476        }
Note: See TracChangeset for help on using the changeset viewer.

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