VirtualBox

Changeset 87801 in vbox


Ignore:
Timestamp:
Feb 19, 2021 10:56:58 AM (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

    r87800 r87801  
    20022002};
    20032003
    2004 #endif /* IN_RING3 */
     2004#else /* IN_RING0 */
    20052005
    20062006/**
     
    20612061};
    20622062
     2063#endif /* IN_RING3 */
     2064
    20632065#if defined(IN_RING3) && defined(DEBUG)
    20642066
     
    25242526 * Powers off the codec (ring-3).
    25252527 *
    2526  * @param   pThis           Codec to power off.
     2528 * @param   pThisCC             Context-specific codec data (ring-3) to power off.
    25272529 */
    25282530void hdaR3CodecPowerOff(PHDACODECR3 pThisCC)
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