Changeset 89769 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Jun 17, 2021 11:34:13 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145221
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTest.cpp
r89747 r89769 2 2 /** @file 3 3 * Audio testing routines. 4 * Common code which is being used by the ValidationKit and the debug / ValdikationKit audio driver(s). 4 * 5 * Common code which is being used by the ValidationKit and the 6 * debug / ValdikationKit audio driver(s). 5 7 */ 6 8 … … 21 23 * Header Files * 22 24 *********************************************************************************************************************************/ 23 24 25 #include <package-generated.h> 25 26 #include "product-generated.h" … … 102 103 103 104 /********************************************************************************************************************************* 104 * Prototypes *105 *********************************************************************************************************************************/106 static int audioTestSetObjCloseInternal(PAUDIOTESTOBJ pObj);107 static void audioTestSetObjFinalize(PAUDIOTESTOBJ pObj);108 109 /*********************************************************************************************************************************110 105 * Global Variables * 111 106 *********************************************************************************************************************************/ … … 123 118 1760.0000 /*A6*/ 124 119 }; 120 121 122 /********************************************************************************************************************************* 123 * Internal Functions * 124 *********************************************************************************************************************************/ 125 static int audioTestSetObjCloseInternal(PAUDIOTESTOBJ pObj); 126 static void audioTestSetObjFinalize(PAUDIOTESTOBJ pObj); 127 125 128 126 129 /**
Note:
See TracChangeset
for help on using the changeset viewer.