Changeset 59161 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Dec 16, 2015 6:36:34 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104750
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchHda.cpp
r59160 r59161 577 577 * maximum (cBDLE) is reached. */ 578 578 uint16_t uCurBDLE; 579 uint32_t Padding;580 579 /** Stop indicator. */ 581 580 volatile bool fDoStop; … … 586 585 * in reset mode and therefore not acccessible by the guest. */ 587 586 volatile bool fInReset; 587 /** Unused, padding. */ 588 bool fPadding; 588 589 /** Event signalling that the stream's state has been changed. */ 589 590 RTSEMEVENT hStateChangedEvent;
Note:
See TracChangeset
for help on using the changeset viewer.