Changeset 91832 in vbox
- Timestamp:
- Oct 18, 2021 5:22:48 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r91668 r91832 86 86 * However, some of these configurations do not seem to work by default (can't create audio streams). 87 87 * 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. 89 89 */ 90 90 #if defined(VBOX_WITH_AUDIO_ALSA) && defined(RT_OS_LINUX) … … 871 871 872 872 case VKAT_TEST_OPT_PROBE_BACKENDS: 873 fProbeBackends = ValueUnion.f;873 fProbeBackends = true; 874 874 break; 875 875
Note:
See TracChangeset
for help on using the changeset viewer.