VirtualBox

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


Ignore:
Timestamp:
May 24, 2017 10:35:35 AM (8 years ago)
Author:
vboxsync
Message:

Audio/DevIchAc97: Renaming.

File:
1 edited

Legend:

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

    r65741 r67059  
    376376    R3PTRTYPE(PAC97STATE)              pAC97State;
    377377    /** Driver flags. */
    378     PDMAUDIODRVFLAGS                   Flags;
     378    PDMAUDIODRVFLAGS                   fFlags;
    379379    uint32_t                           PaddingFlags;
    380380    /** LUN # to which this driver has been assigned. */
     
    32173217             */
    32183218            if (pDrv->uLUN == 0)
    3219                 pDrv->Flags |= PDMAUDIODRVFLAGS_PRIMARY;
    3220 
    3221             LogFunc(("LUN#%RU8: pCon=%p, drvFlags=0x%x\n", uLUN, pDrv->pConnector, pDrv->Flags));
     3219                pDrv->fFlags |= PDMAUDIODRVFLAGS_PRIMARY;
     3220
     3221            LogFunc(("LUN#%RU8: pCon=%p, drvFlags=0x%x\n", uLUN, pDrv->pConnector, pDrv->fFlags));
    32223222
    32233223            /* Attach to driver list if not attached yet. */
     
    35133513             * might not worth showing an own error message box in the GUI.
    35143514             */
    3515             if (!(pDrv->Flags & PDMAUDIODRVFLAGS_PRIMARY))
     3515            if (!(pDrv->fFlags & PDMAUDIODRVFLAGS_PRIMARY))
    35163516                continue;
    35173517
     
    36333633            /* Only register primary driver.
    36343634             * The device emulation does the output multiplexing then. */
    3635             if (!(pDrv->Flags & PDMAUDIODRVFLAGS_PRIMARY))
     3635            if (!(pDrv->fFlags & PDMAUDIODRVFLAGS_PRIMARY))
    36363636                continue;
    36373637
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