VirtualBox

Changeset 87314 in vbox for trunk/src


Ignore:
Timestamp:
Jan 20, 2021 9:24:42 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142287
Message:

Audio/HDA: Let run hdaRegReadWALCLK() in R0. ticketoem2ref:36

File:
1 edited

Legend:

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

    r87264 r87314  
    10881088static VBOXSTRICTRC hdaRegReadWALCLK(PPDMDEVINS pDevIns, PHDASTATE pThis, uint32_t iReg, uint32_t *pu32Value)
    10891089{
    1090 #ifdef IN_RING3 /** @todo r=bird: No reason (except logging) for this to be ring-3 only! */
    10911090    RT_NOREF(pDevIns, iReg);
    10921091
     
    10941093    *pu32Value = RT_LO_U32(u64WalClkCur);
    10951094
    1096     Log3Func(("%RU32 (max @ %RU64)\n", *pu32Value, hdaR3WalClkGetMax(pThis, PDMDEVINS_2_DATA_CC(pDevIns, PHDASTATER3))));
    10971095    return VINF_SUCCESS;
    1098 #else
    1099     RT_NOREF(pDevIns, pThis, iReg, pu32Value);
    1100     return VINF_IOM_R3_MMIO_READ;
    1101 #endif
    11021096}
    11031097
Note: See TracChangeset for help on using the changeset viewer.

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