VirtualBox

Changeset 65148 in vbox for trunk


Ignore:
Timestamp:
Jan 5, 2017 11:59:36 AM (8 years ago)
Author:
vboxsync
Message:

Audio/DevHDA.cpp: Simplified hdaTimerMaybeStop(), logging.

File:
1 edited

Legend:

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

    r65146 r65148  
    38983898
    38993899    if (pThis->cStreamsActive) /* Disable can be called mupltiple times. */
     3900    {
    39003901        pThis->cStreamsActive--;
    39013902
    3902     if (pThis->cStreamsActive == 0)
    3903         hdaTimerStop(pThis);
     3903        if (pThis->cStreamsActive == 0)
     3904            hdaTimerStop(pThis);
     3905    }
    39043906}
    39053907
     
    39173919
    39183920    uint64_t cTicksNow = TMTimerGet(pThis->pTimer);
    3919 
    3920     Log4Func(("Timer enter\n"));
    39213921
    39223922    /* Update current time timestamp. */
     
    47864786
    47874787    } /* while !fDone */
     4788
     4789    Log2Func(("[SD%RU8] End\n", pStream->u8SD));
    47884790
    47894791    hdaStreamUnlock(pStream);
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