VirtualBox

Changeset 89136 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 18, 2021 10:58:33 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144477
Message:

Audio/ValKit: More test data for the test manifest. bugref:10008

File:
1 edited

Legend:

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

    r89135 r89136  
    10671067            if (enmState != PDMAUDIOSTREAMSTATE_INACTIVE)
    10681068            {
    1069                 RTTestFailed(g_hTest, "Stream state not INACTIVE after draing: %s", PDMAudioStreamStateGetName(enmState));
     1069                RTTestFailed(g_hTest, "Stream state not INACTIVE after draining: %s", PDMAudioStreamStateGetName(enmState));
    10701070                rc = VERR_AUDIO_STREAM_NOT_READY;
    10711071            }
     
    11081108            if (enmHostState != PDMHOSTAUDIOSTREAMSTATE_OKAY)
    11091109            {
    1110                 RTTestFailed(g_hTest, "Stream state not OKAY after draing: %s", PDMHostAudioStreamStateGetName(enmHostState));
     1110                RTTestFailed(g_hTest, "Stream state not OKAY after draining: %s", PDMHostAudioStreamStateGetName(enmHostState));
    11111111                rc = VERR_AUDIO_STREAM_NOT_READY;
    11121112            }
     
    15891589    RT_NOREF(pTstEnv, pTstDesc, ppvCtx);
    15901590
     1591    pTstParmsAcq->enmType     = AUDIOTESTTYPE_TESTTONE;
     1592
    15911593    PDMAudioPropsInit(&pTstParmsAcq->TestTone.Props, 16 /* bit */ / 8, true /* fSigned */, 2 /* Channels */, 44100 /* Hz */);
    15921594
     1595    pTstParmsAcq->enmDir      = PDMAUDIODIR_OUT;
    15931596#ifdef DEBUG_andy
    15941597    pTstParmsAcq->cIterations = RTRandU32Ex(1, 1);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette