VirtualBox

Ignore:
Timestamp:
Sep 2, 2021 11:58:14 AM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Implemented optional probing for backends (--probe-backends) when using the "enum" command. Needed for checking whether audio is available on the host (testboxes) [build fix]. ​bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkatDriverStack.cpp

    r91088 r91089  
    601601int audioTestDriverStackProbe(PAUDIOTESTDRVSTACK pDrvStack, PCPDMDRVREG pDrvReg, bool fEnabledIn, bool fEnabledOut, bool fWithDrvAudio)
    602602{
    603     int rc;
     603    int rc = VERR_IPE_UNINITIALIZED_STATUS; /* Shut up MSVC. */
    604604
    605605    for (size_t i = 0; i < g_cBackends; i++)
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