VirtualBox

Changeset 91568 in vbox


Ignore:
Timestamp:
Oct 5, 2021 12:29:44 PM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Implemented ability to run the test driver with a specific audio controller via "--audio-controller-type <HDA|AC97|SB16>". ​bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py

    r91562 r91568  
    719719            # Make sure that the VM's audio adapter is configured the way we need it to.
    720720            if self.fpApiVer >= 4.0:
     721                reporter.log('Configuring audio controller type ...');
    721722                if self.enmAudioControllerType is None:
    722723                    oOsType = oSession.getOsType();
    723724                    self.enmAudioControllerType = oOsType.recommendedAudioController;
    724725                else:
    725                     reporter.log('Setting user-defined audio controller type to %d' % (self.enmAudioControllerType));
    726 
     726                reporter.log('Setting user-defined audio controller type to %d' % (self.enmAudioControllerType));
    727727                oSession.setupAudio(self.enmAudioControllerType,
    728728                                    fEnable = True, fEnableIn = True, fEnableOut = True);
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