- Timestamp:
- Jul 9, 2021 11:37:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHdaCodec.h
r90145 r90146 828 828 uint8_t u8DacLineOut; 829 829 830 uint32_t cNodes;831 832 830 /** Align the lists below so they don't cross cache lines (assumes 833 831 * CODEC_NODES_MAX is 32). */ 834 uint8_t const abPadding1[CODEC_NODES_MAX - 20];832 uint8_t const abPadding1[CODEC_NODES_MAX - 16]; 835 833 836 834 /** @name Node classifications.
Note:
See TracChangeset
for help on using the changeset viewer.