VirtualBox

Changeset 87800 in vbox


Ignore:
Timestamp:
Feb 19, 2021 10:49:01 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

Location:
trunk/src/VBox/Devices/Audio
Files:
2 edited

Legend:

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

    r87799 r87800  
    890890}
    891891
    892 #endif /* IN_RING3 */
     892#else /* IN_RING0 */
    893893
    894894/**
     
    10121012    return rc;
    10131013}
     1014
     1015#endif /* IN_RING3 */
    10141016
    10151017/* Register access handlers. */
  • trunk/src/VBox/Devices/Audio/HDACodec.cpp

    r87799 r87800  
    23442344}
    23452345
     2346#ifdef IN_RING0
     2347
    23462348static DECLCALLBACK(int) codecR0Lookup(PHDACODEC pThis, PHDACODECR0 pThisCC, uint32_t cmd, uint64_t *puResp)
    23472349{
     
    23872389    return VERR_NOT_FOUND;
    23882390}
     2391
     2392#endif /* IN_RING0 */
    23892393
    23902394/*
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