VirtualBox

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


Ignore:
Timestamp:
Sep 20, 2023 2:14:08 PM (19 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-client/ConsoleImpl.cpp

    r101039 r101199  
    52915291        switch (audioController)
    52925292        {
    5293             case AudioControllerType_HDA:  strDevice = "hda";     break;
    5294             case AudioControllerType_AC97: strDevice = "ichac97"; break;
    5295             case AudioControllerType_SB16: strDevice = "sb16";    break;
    5296             default:                                              break; /* None. */
     5293            case AudioControllerType_HDA:         strDevice = "hda";          break;
     5294            case AudioControllerType_AC97:        strDevice = "ichac97";      break;
     5295            case AudioControllerType_SB16:        strDevice = "sb16";         break;
     5296            case AudioControllerType_VirtioSound: strDevice = "virtio-sound"; break;
     5297            default:                                                          break; /* None. */
    52975298        }
    52985299    }
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