- Timestamp:
- Jul 9, 2021 11:35:18 PM (4 years ago)
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHdaCodec.cpp
r90144 r90145 798 798 pThis->fInReset = false; 799 799 800 uint16_t *pafNodeClassifications = (uint16_t *)&pThis->afNodeClassifications[0]; 800 801 #define STAC9220WIDGET(a_Type) do { \ 801 802 AssertCompile(RT_ELEMENTS(g_abStac9220##a_Type##s) <= RT_ELEMENTS(pThis->ab##a_Type##s)); \ … … 808 809 { \ 809 810 AssertReturn(idNode < RT_ELEMENTS(pThis->aNodes), VERR_INTERNAL_ERROR_3); \ 810 p This->afNodeClassifications[idNode] |= RT_CONCAT(CODEC_NODE_CLS_,a_Type); \811 pafNodeClassifications[idNode] |= RT_CONCAT(CODEC_NODE_CLS_,a_Type); \ 811 812 } \ 812 813 pbDst[i] = idNode; \ -
trunk/src/VBox/Devices/Audio/DevHdaCodec.h
r90144 r90145 855 855 856 856 /** The CODEC_NODE_CLS_XXX flags for each node. */ 857 uint16_t 857 uint16_t const afNodeClassifications[CODEC_NODES_MAX]; 858 858 859 859 CODECNODE aNodes[CODEC_NODES_MAX];
Note:
See TracChangeset
for help on using the changeset viewer.