Changeset 70016 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Dec 8, 2017 12:02:46 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.h
r70013 r70016 77 77 } HDATAG, *PHDATAG; 78 78 79 #ifdef DEBUG80 79 /** @todo Make STAM values out of this? */ 81 80 typedef struct HDASTATEDBGINFO 82 81 { 82 #ifdef DEBUG 83 83 /** Timestamp (in ns) of the last timer callback (hdaTimer). 84 84 * Used to calculate the time actually elapsed between two timer callbacks. */ … … 102 102 uint64_t tsDeassertedTotalNs; 103 103 } IRQ; 104 #endif 104 105 /** Whether debugging is enabled or not. */ 105 106 bool fEnabled; … … 108 109 char szOutPath[RTPATH_MAX + 1]; 109 110 } HDASTATEDBGINFO, *PHDASTATEDBGINFO; 110 #endif111 111 112 112 /**
Note:
See TracChangeset
for help on using the changeset viewer.