VirtualBox

Changeset 87806 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Feb 19, 2021 12:05:16 PM (4 years ago)
Author:
vboxsync
Message:

HDA/Codec: Codec now also can run in R0 to speed up interrupt handling and therefore lowering DPC latency on Windows guests [build fix]. ticketoem2ref:36

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/HDACodec.cpp

    r87805 r87806  
    9797#define STAC9221_NUM_NODES                                 0x1C
    9898
     99#ifdef IN_RING3
     100
    99101/* STAC9220 - Referenced through STAC9220WIDGET in the constructor below. */
    100102static 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 };
     
    113115/** @todo Is STAC9220_NID_SPDIF_IN really correct for reserved nodes? */
    114116static 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_RING3
    117117
    118118/** SSM description of CODECCOMMONNODE. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette