VirtualBox

Changeset 91832 in vbox


Ignore:
Timestamp:
Oct 18, 2021 5:22:48 PM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Correctly set the probe backends flags (don't use the value union there). ​bugref:10008

File:
1 edited

Legend:

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

    r91668 r91832  
    8686 *       However, some of these configurations do not seem to work by default (can't create audio streams).
    8787 *
    88  *       If PulseAudio is not available, the (optional) probing ("--probe") will choose the "pure" ALSA stack instead then.
     88 *       If PulseAudio is not available, the (optional) probing ("--probe-backends") will choose the "pure" ALSA stack instead then.
    8989 */
    9090#if defined(VBOX_WITH_AUDIO_ALSA) && defined(RT_OS_LINUX)
     
    871871
    872872            case VKAT_TEST_OPT_PROBE_BACKENDS:
    873                 fProbeBackends = ValueUnion.f;
     873                fProbeBackends = true;
    874874                break;
    875875
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