Changeset 58902 in vbox for trunk/src/VBox/Devices/Audio/DevIchHda.cpp
- Timestamp:
- Nov 27, 2015 2:12:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchHda.cpp
r58901 r58902 541 541 /** Current offset in DMA buffer (in bytes).*/ 542 542 uint32_t u32BufOff; 543 uint 8_tPadding;543 uint32_t Padding; 544 544 } HDABDLESTATE, *PHDABDLESTATE; 545 545 … … 576 576 * maximum (cBDLE) is reached. */ 577 577 uint16_t uCurBDLE; 578 uint 8_t Padding0;578 uint32_t Padding; 579 579 /** Array of BDLEs. */ 580 580 R3PTRTYPE(PHDABDLE) paBDLE; 581 uint8_t Padding1[7];582 581 } HDASTREAMSTATE, *PHDASTREAMSTATE; 583 582 … … 592 591 /** Stream number (SDn). */ 593 592 uint8_t u8Strm; 594 uint8_t Padding0[ 4];593 uint8_t Padding0[7]; 595 594 /** DMA base address (SDnBDPU - SDnBDPL). */ 596 595 uint64_t u64BaseDMA; … … 608 607 /** Last Valid Index (SDnLVI). */ 609 608 uint16_t u16LVI; 610 uint 8_t Padding1[4];609 uint16_t Padding1[3]; 611 610 /** Internal state of this stream. */ 612 611 HDASTREAMSTATE State;
Note:
See TracChangeset
for help on using the changeset viewer.