VirtualBox

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


Ignore:
Timestamp:
May 10, 2021 11:54:36 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144299
Message:

Audio/ValKit: A bit of code reshuffling. bugref:10008

File:
1 edited

Legend:

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

    r88962 r88963  
    5353
    5454/*********************************************************************************************************************************
     55*   Prototypes                                                                                                                   *
     56*********************************************************************************************************************************/
     57struct AUDIOTESTENV;
     58struct AUDIOTESTDESC;
     59struct AUDIOTESTPARMS;
     60
     61
     62/*********************************************************************************************************************************
    5563*   Structures and Typedefs                                                                                                      *
    5664*********************************************************************************************************************************/
    57 
    58 
    5965/**
    6066 * Audio test request data.
     
    8389typedef AUDIOTESTPARMS *PAUDIOTESTPARMS;
    8490
    85 struct AUDIOTESTENV;
    86 struct AUDIOTESTDESC;
    87 
    8891/**
    8992 * Callback to set up the test parameters for a specific test.
     
    142145
    143146/*********************************************************************************************************************************
     147*   Forward declarations                                                                                                         *
     148*********************************************************************************************************************************/
     149static int audioTestCombineParms(PAUDIOTESTPARMS pBaseParms, PAUDIOTESTPARMS pOverrideParms);
     150
     151
     152/*********************************************************************************************************************************
    144153*   Global Variables                                                                                                             *
    145154*********************************************************************************************************************************/
    146 
    147155enum
    148156{
     
    188196/** The driver instance data. */
    189197PDMDRVINS g_DrvIns;
    190 
    191 
    192 /*********************************************************************************************************************************
    193 *   Prototypes                                                                                                                   *
    194 *********************************************************************************************************************************/
    195 static int audioTestCombineParms(PAUDIOTESTPARMS pBaseParms, PAUDIOTESTPARMS pOverrideParms);
    196198
    197199
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