Changeset 101478 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Oct 17, 2023 12:19:40 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/PlatformPropertiesImpl.cpp
r101299 r101478 827 827 case PlatformArchitecture_ARM: 828 828 { 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)); 831 836 break; 832 837 }
Note:
See TracChangeset
for help on using the changeset viewer.