VirtualBox

Changeset 87803 in vbox


Ignore:
Timestamp:
Feb 19, 2021 11:41:11 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

    r87802 r87803  
    20612061#endif /* IN_RING0 */
    20622062
    2063 #if defined(IN_RING3) && defined(DEBUG)
     2063#ifdef IN_RING3
    20642064
    20652065/**
     
    22982298}
    22992299
    2300 #endif /* IN_RING3 && DEBUG */
     2300#endif /* IN_RING3 */
    23012301
    23022302static DECLCALLBACK(int) codecR3Lookup(PHDACODEC pThis, PHDACODECR3 pThisCC, uint32_t cmd, uint64_t *puResp)
     
    25922592    pThisCC->cVerbs = RT_ELEMENTS(g_aCodecVerbsR3);
    25932593
    2594 #ifdef DEBUG
    25952594    pThisCC->pfnDbgSelector  = codecR3DbgSelector;
    25962595    pThisCC->pfnDbgListNodes = codecR3DbgListNodes;
    2597 #endif
     2596
    25982597    pThisCC->pfnLookup       = codecR3Lookup;
    25992598
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