VirtualBox

Changeset 58929 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Nov 30, 2015 10:30:07 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104432
Message:

Padding.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevIchHda.cpp

    r58928 r58929  
    705705    /** DMA position buffer enable bit. */
    706706    bool                               fDMAPosition;
     707    /** Padding for alignment. */
     708    uint8_t                            u32Padding0[3];
    707709    /** Pointer to CORB buffer. */
    708710    R3PTRTYPE(uint32_t *)              pu32CorbBuf;
     
    710712    uint32_t                           cbCorbBuf;
    711713    /** Padding for alignment. */
    712     uint32_t                           u32Padding2;
     714    uint32_t                           u32Padding1;
    713715    /** Pointer to RIRB buffer. */
    714716    R3PTRTYPE(uint64_t *)              pu64RirbBuf;
     
    758760    uint8_t                            u8RespIntCnt;
    759761    /** Padding for alignment. */
    760     uint8_t                            au8Padding[7];
     762    uint8_t                            au8Padding2[7];
    761763} HDASTATE;
    762764/** Pointer to the ICH Intel HD Audio Controller state. */
Note: See TracChangeset for help on using the changeset viewer.

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