VirtualBox

Ignore:
Timestamp:
Nov 27, 2015 2:12:26 PM (9 years ago)
Author:
vboxsync
Message:

made the padding more obvious

File:
1 edited

Legend:

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

    r58901 r58902  
    541541    /** Current offset in DMA buffer (in bytes).*/
    542542    uint32_t     u32BufOff;
    543     uint8_t      Padding;
     543    uint32_t     Padding;
    544544} HDABDLESTATE, *PHDABDLESTATE;
    545545
     
    576576     *  maximum (cBDLE) is reached. */
    577577    uint16_t            uCurBDLE;
    578     uint8_t             Padding0;
     578    uint32_t            Padding;
    579579    /** Array of BDLEs. */
    580580    R3PTRTYPE(PHDABDLE) paBDLE;
    581     uint8_t             Padding1[7];
    582581} HDASTREAMSTATE, *PHDASTREAMSTATE;
    583582
     
    592591    /** Stream number (SDn). */
    593592    uint8_t        u8Strm;
    594     uint8_t        Padding0[4];
     593    uint8_t        Padding0[7];
    595594    /** DMA base address (SDnBDPU - SDnBDPL). */
    596595    uint64_t       u64BaseDMA;
     
    608607    /** Last Valid Index (SDnLVI). */
    609608    uint16_t       u16LVI;
    610     uint8_t        Padding1[4];
     609    uint16_t       Padding1[3];
    611610    /** Internal state of this stream. */
    612611    HDASTREAMSTATE State;
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