VirtualBox

Changeset 92002 in vbox for trunk/src


Ignore:
Timestamp:
Oct 22, 2021 12:54:42 PM (3 years ago)
Author:
vboxsync
Message:

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

Location:
trunk/src/VBox/ValidationKit/utils/audio
Files:
2 edited

Legend:

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

    r91946 r92002  
    728728        case VKAT_TEST_OPT_PCM_SIGNED:          return "PCM samples to use (signed = true, unsigned = false)\n"
    729729                                                       "    Default: true";
    730         case VKAT_TEST_OPT_PROBE_BACKENDS:      return "Whether to probe all (available) backends until a working one is found\n"
    731                                                        "    Default: false";
     730        case VKAT_TEST_OPT_PROBE_BACKENDS:      return "Probes all (available) backends until a working one is found\n"
    732731        case VKAT_TEST_OPT_TAG:                 return "Test set tag to use";
    733732        case VKAT_TEST_OPT_TEMPDIR:             return "Temporary directory to use";
  • trunk/src/VBox/ValidationKit/utils/audio/vkatCmdGeneric.cpp

    r91842 r92002  
    6767    {
    6868        case 'b':                               return "The audio backend to use.";
    69         case VKAT_ENUM_OPT_PROBE_BACKENDS:      return "Whether to probe all (available) backends until a working one is found\n"
    70                                                        "    Default: false";
     69        case VKAT_ENUM_OPT_PROBE_BACKENDS:      return "Probes all (available) backends until a working one is found\n"
    7170        default:  return NULL;
    7271    }
     
    102101
    103102            case VKAT_ENUM_OPT_PROBE_BACKENDS:
    104                 fProbeBackends = ValueUnion.f;
     103                fProbeBackends = true;
    105104                break;
    106105
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