Changeset 88165 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Mar 17, 2021 5:19:33 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143314
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/HDAStream.h
r88164 r88165 76 76 typedef struct HDASTREAMDEBUG 77 77 { 78 /** Runtime debug info. */ 79 HDASTREAMDEBUGRT Runtime; 78 80 #ifdef DEBUG 79 81 /** Critical section to serialize access if needed. */ … … 103 105 * (useful for intros and silence at the beginning of a song). */ 104 106 uint64_t cbSilenceReadMin; 105 #e ndif106 /** Runtime debug info. */107 HDASTREAMDEBUGRT Runtime; 107 #else 108 uint64_t au64Alignment[2]; 109 #endif 108 110 } HDASTREAMDEBUG; 109 111 typedef HDASTREAMDEBUG *PHDASTREAMDEBUG;
Note:
See TracChangeset
for help on using the changeset viewer.