VirtualBox

Changeset 68904 in vbox


Ignore:
Timestamp:
Sep 28, 2017 10:00:04 AM (7 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

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

    r68903 r68904  
    35103510static int ichac97DetachInternal(PAC97STATE pThis, PAC97DRIVER pDrv, uint32_t fFlags)
    35113511{
     3512    RT_NOREF(fFlags);
     3513
    35123514    AudioMixerSinkRemoveStream(pThis->pSinkMicIn,  pDrv->MicIn.pMixStrm);
    35133515    AudioMixerStreamDestroy(pDrv->MicIn.pMixStrm);
     
    35433545    if (RT_SUCCESS(rc2))
    35443546    {
    3545         PPDMIAUDIOCONNECTOR pCon = pDrv->pConnector;
    3546         AssertPtr(pCon);
    3547 
    35483547        if (DrvAudioHlpStreamCfgIsValid(&pThis->StreamLineIn.State.Cfg))
    35493548        {
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