Changeset 89379 in vbox for trunk/src/VBox/Devices/Audio/DevHdaStreamMap.h
- Timestamp:
- May 30, 2021 2:33:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHdaStreamMap.h
r88235 r89379 30 30 * The host properties are found in HDASTREAMSTATE::Cfg::Props. */ 31 31 PDMAUDIOPCMPROPS GuestProps; 32 /** The stream's layout. */33 PDMAUDIOSTREAMLAYOUT enmLayout;34 32 /** The guest side frame size in bytes. */ 35 33 uint8_t cbGuestFrame; … … 38 36 /** Number of mappings in paMappings. */ 39 37 uint8_t cMappings; 40 uint8_t aPadding[1 ];38 uint8_t aPadding[1+4]; 41 39 /** Array of stream mappings. 42 40 * Note: The mappings *must* be layed out in an increasing order, e.g.
Note:
See TracChangeset
for help on using the changeset viewer.