Changeset 75983 in vbox for trunk/src/VBox/Devices/Audio/HDAStream.h
- Timestamp:
- Dec 5, 2018 4:35:32 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/HDAStream.h
r75962 r75983 151 151 uint8_t cTransferPendingInterrupts; 152 152 uint8_t Padding2[4]; 153 /** Number of audio data frames for the position adjustment. 154 * 0 if no position adjustment is needed. */ 155 uint16_t cfPosAdjustDefault; 153 156 /** How many audio data frames are left to be processed 154 157 * for the position adjustment handling. 155 158 * 156 159 * 0 if position adjustment handling is done or inactive. */ 157 uint16_t cPosAdjustFramesLeft; 158 uint8_t Padding3[2]; 160 uint16_t cfPosAdjustLeft; 159 161 /** (Virtual) clock ticks per byte. */ 160 162 uint64_t cTicksPerByte;
Note:
See TracChangeset
for help on using the changeset viewer.