VirtualBox

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


Ignore:
Timestamp:
Oct 26, 2015 10:54:56 AM (9 years ago)
Author:
vboxsync
Message:

AC97: Fix mixer reinitialization when not changing playback rate (#8054).

File:
1 edited

Legend:

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

    r57358 r58413  
    841841    {
    842842        pDrv->Out.phStrmOut   = NULL;
     843        pDrv->pConnector->pfnCloseOut(pDrv->pConnector, pDrv->Out.pStrmOut);
     844        pDrv->Out.pStrmOut    = NULL;
    843845        pDrv->LineIn.phStrmIn = NULL;
     846        pDrv->pConnector->pfnCloseIn(pDrv->pConnector, pDrv->LineIn.pStrmIn);
     847        pDrv->LineIn.pStrmIn  = NULL;
    844848        pDrv->MicIn.phStrmIn  = NULL;
     849        pDrv->pConnector->pfnCloseIn(pDrv->pConnector, pDrv->MicIn.pStrmIn);
     850        pDrv->MicIn.pStrmIn   = NULL;
    845851    }
    846852
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