- Timestamp:
- Dec 20, 2017 6:03:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/HDAStream.h
r70246 r70247 118 118 * in reset mode and therefore not acccessible by the guest. */ 119 119 volatile bool fInReset; 120 121 volatile boolfRunning;120 /** Flag indicating if the stream is in running state or not. */ 121 volatile bool fRunning; 122 122 /** Unused, padding. */ 123 123 uint8_t Padding0[3]; … … 193 193 /** Stream descriptor number (SDn). */ 194 194 uint8_t u8SD; 195 196 195 /** Current channel index. 196 * For a stereo stream, this is u8Channel + 1. */ 197 197 uint8_t u8Channel; 198 198 /** DMA base address (SDnBDPU - SDnBDPL). */
Note:
See TracChangeset
for help on using the changeset viewer.