VirtualBox

Changeset 63373 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Aug 12, 2016 5:03:50 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110014
Message:

warnings (gcc)

File:
1 edited

Legend:

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

    r63368 r63373  
    940940static int hdaRegWriteU32(PHDASTATE pThis, uint32_t iReg, uint32_t u32Value);
    941941static int hdaRegReadU24(PHDASTATE pThis, uint32_t iReg, uint32_t *pu32Value);
     942#ifdef IN_RING3
    942943static int hdaRegWriteU24(PHDASTATE pThis, uint32_t iReg, uint32_t u32Value);
     944#endif
    943945static int hdaRegReadU16(PHDASTATE pThis, uint32_t iReg, uint32_t *pu32Value);
    944946static int hdaRegWriteU16(PHDASTATE pThis, uint32_t iReg, uint32_t u32Value);
     
    20752077}
    20762078
     2079#ifdef IN_RING3
    20772080static int hdaRegWriteU24(PHDASTATE pThis, uint32_t iReg, uint32_t u32Value)
    20782081{
     
    20802083    return hdaRegWriteU32(pThis, iReg, u32Value);
    20812084}
     2085#endif
    20822086
    20832087/* U32 */
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