Changeset 87806 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Feb 19, 2021 12:05:16 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/HDACodec.cpp
r87805 r87806 97 97 #define STAC9221_NUM_NODES 0x1C 98 98 99 #ifdef IN_RING3 100 99 101 /* STAC9220 - Referenced through STAC9220WIDGET in the constructor below. */ 100 102 static uint8_t const g_abStac9220Ports[] = { STAC9220_NID_PIN_HEADPHONE0, STAC9220_NID_PIN_B, STAC9220_NID_PIN_C, STAC9220_NID_PIN_HEADPHONE1, STAC9220_NID_PIN_E, STAC9220_NID_PIN_F, 0 }; … … 113 115 /** @todo Is STAC9220_NID_SPDIF_IN really correct for reserved nodes? */ 114 116 static uint8_t const g_abStac9220Reserveds[] = { STAC9220_NID_SPDIF_IN, STAC9221_NID_ADAT_OUT, STAC9221_NID_I2S_OUT, STAC9221_NID_PIN_I2S_OUT, 0 }; 115 116 #ifdef IN_RING3117 117 118 118 /** SSM description of CODECCOMMONNODE. */
Note:
See TracChangeset
for help on using the changeset viewer.