VirtualBox

Changeset 73209 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jul 18, 2018 3:03:47 PM (6 years ago)
Author:
vboxsync
Message:

Audio/HDA: Do hdaRegWriteSDFMT() in R0.

File:
1 edited

Legend:

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

    r72320 r73209  
    20282028static int hdaRegWriteSDFMT(PHDASTATE pThis, uint32_t iReg, uint32_t u32Value)
    20292029{
    2030 #ifdef IN_RING3 /** @todo this can be done from R0 & RC, even the logging. */
    20312030    DEVHDA_LOCK(pThis);
    20322031
     
    20502049    DEVHDA_UNLOCK(pThis);
    20512050    return VINF_SUCCESS; /* Never return failure. */
    2052 #else /* !IN_RING3 */
    2053     RT_NOREF_PV(pThis); RT_NOREF_PV(iReg); RT_NOREF_PV(u32Value);
    2054     return VINF_IOM_R3_MMIO_WRITE;
    2055 #endif
    20562051}
    20572052
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