VirtualBox

Changeset 88924 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 7, 2021 1:41:46 PM (4 years ago)
Author:
vboxsync
Message:

Audio/VaKit: Initial commit of VKAT, heavily work in progress [build fix]. bugref:10008

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvHostAudioAlsa.cpp

    r88923 r88924  
    11031103                if (rc >= 0)
    11041104                {
    1105                     if (cFramesAvail >= pStreamALSA->Cfg.Backend.cFramesBufferSize)
     1105                    if ((uint32_t)cFramesAvail >= pStreamALSA->Cfg.Backend.cFramesBufferSize)
    11061106                        cbPending = 0;
    11071107                    else
  • trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp

    r88923 r88924  
    155155};
    156156
     157#if 0
    157158static const RTGETOPTDEF g_aCmdCommonOptions[] =
    158159{
    159160    { "--help",             'h',                 RTGETOPT_REQ_NOTHING }
    160161};
     162#endif
    161163
    162164/** Command line parameters for test mode. */
     
    423425static int audioTestWorker(PAUDIOTESTENV pTstEnv, PAUDIOTESTPARMS pOverrideParms)
    424426{
    425     int rc;
     427    int rc = VINF_SUCCESS;
    426428
    427429    unsigned uSeq = 0;
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