VirtualBox

Changeset 101478 in vbox for trunk/src/VBox/Main/src-all


Ignore:
Timestamp:
Oct 17, 2023 12:19:40 PM (16 months ago)
Author:
vboxsync
Message:

Main/PlatformProperties: Add AC97/HDA audio controller to the supported list on ARM, bugref:10528

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/PlatformPropertiesImpl.cpp

    r101299 r101478  
    827827        case PlatformArchitecture_ARM:
    828828        {
    829             /** @todo None yet / needs to be tested first. */
    830             aSupportedAudioControllerTypes.clear();
     829            static const AudioControllerType_T aAudioControllerTypes[] =
     830            {
     831                AudioControllerType_AC97,
     832                AudioControllerType_HDA,
     833            };
     834            aSupportedAudioControllerTypes.assign(aAudioControllerTypes,
     835                                                  aAudioControllerTypes + RT_ELEMENTS(aAudioControllerTypes));
    831836            break;
    832837        }
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