Changeset 92139 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Oct 29, 2021 9:06:08 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r92085 r92139 746 746 assert enmAudioControllerType is not None; 747 747 748 # For now we're encforcing to test the HDA emulation only, regardless of 749 # what the recommended audio controller type from above was. 750 ## @todo Make other emulations work as well. 751 fEncforceHDA = True; 752 753 if fEncforceHDA: 754 enmAudioControllerType = vboxcon.AudioControllerType_HDA; 755 reporter.log('Enforcing audio controller type to HDA'); 756 748 757 reporter.log('Setting user-defined audio controller type to %d' % (enmAudioControllerType)); 749 758 oSession.setupAudio(enmAudioControllerType,
Note:
See TracChangeset
for help on using the changeset viewer.