Changeset 88963 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 10, 2021 11:54:36 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144299
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r88962 r88963 53 53 54 54 /********************************************************************************************************************************* 55 * Prototypes * 56 *********************************************************************************************************************************/ 57 struct AUDIOTESTENV; 58 struct AUDIOTESTDESC; 59 struct AUDIOTESTPARMS; 60 61 62 /********************************************************************************************************************************* 55 63 * Structures and Typedefs * 56 64 *********************************************************************************************************************************/ 57 58 59 65 /** 60 66 * Audio test request data. … … 83 89 typedef AUDIOTESTPARMS *PAUDIOTESTPARMS; 84 90 85 struct AUDIOTESTENV;86 struct AUDIOTESTDESC;87 88 91 /** 89 92 * Callback to set up the test parameters for a specific test. … … 142 145 143 146 /********************************************************************************************************************************* 147 * Forward declarations * 148 *********************************************************************************************************************************/ 149 static int audioTestCombineParms(PAUDIOTESTPARMS pBaseParms, PAUDIOTESTPARMS pOverrideParms); 150 151 152 /********************************************************************************************************************************* 144 153 * Global Variables * 145 154 *********************************************************************************************************************************/ 146 147 155 enum 148 156 { … … 188 196 /** The driver instance data. */ 189 197 PDMDRVINS g_DrvIns; 190 191 192 /*********************************************************************************************************************************193 * Prototypes *194 *********************************************************************************************************************************/195 static int audioTestCombineParms(PAUDIOTESTPARMS pBaseParms, PAUDIOTESTPARMS pOverrideParms);196 198 197 199
Note:
See TracChangeset
for help on using the changeset viewer.