VirtualBox

Ignore:
Timestamp:
Nov 29, 2018 1:55:12 AM (6 years ago)
Author:
vboxsync
Message:

DevHDA: No more assertions for me, thank you.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevHDA.h

    r75606 r75802  
    177177    /** Last updated wall clock (WALCLK) counter. */
    178178    uint64_t                           u64WalClk;
    179 #ifdef VBOX_STRICT
    180     /** Wall clock (WALCLK) stale count.
    181      *  This indicates the number of set wall clock
    182      *  values which did not actually move the counter forward (stale). */
    183     uint8_t                            u8WalClkStaleCnt;
    184     uint8_t                            au8Padding2[7];
    185 #endif
    186179    /** Response Interrupt Count (RINTCNT). */
    187180    uint16_t                           u16RespIntCnt;
     
    199192    /** Whether the position adjustment is enabled or not. */
    200193    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
    201201    uint8_t                            Padding1[3];
     202#endif
    202203    /** Current IRQ level. */
    203204    uint8_t                            u8IRQL;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette