Changeset 75802 in vbox for trunk/src/VBox/Devices/Audio/DevHDA.h
- Timestamp:
- Nov 29, 2018 1:55:12 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.h
r75606 r75802 177 177 /** Last updated wall clock (WALCLK) counter. */ 178 178 uint64_t u64WalClk; 179 #ifdef VBOX_STRICT180 /** Wall clock (WALCLK) stale count.181 * This indicates the number of set wall clock182 * values which did not actually move the counter forward (stale). */183 uint8_t u8WalClkStaleCnt;184 uint8_t au8Padding2[7];185 #endif186 179 /** Response Interrupt Count (RINTCNT). */ 187 180 uint16_t u16RespIntCnt; … … 199 192 /** Whether the position adjustment is enabled or not. */ 200 193 bool fPosAdjustEnabled; 194 #ifdef VBOX_STRICT 195 /** Wall clock (WALCLK) stale count. 196 * This indicates the number of set wall clock 197 * values which did not actually move the counter forward (stale). */ 198 uint8_t u8WalClkStaleCnt; 199 uint8_t Padding1[2]; 200 #else 201 201 uint8_t Padding1[3]; 202 #endif 202 203 /** Current IRQ level. */ 203 204 uint8_t u8IRQL;
Note:
See TracChangeset
for help on using the changeset viewer.