Changeset 58413 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Oct 26, 2015 10:54:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r57358 r58413 841 841 { 842 842 pDrv->Out.phStrmOut = NULL; 843 pDrv->pConnector->pfnCloseOut(pDrv->pConnector, pDrv->Out.pStrmOut); 844 pDrv->Out.pStrmOut = NULL; 843 845 pDrv->LineIn.phStrmIn = NULL; 846 pDrv->pConnector->pfnCloseIn(pDrv->pConnector, pDrv->LineIn.pStrmIn); 847 pDrv->LineIn.pStrmIn = NULL; 844 848 pDrv->MicIn.phStrmIn = NULL; 849 pDrv->pConnector->pfnCloseIn(pDrv->pConnector, pDrv->MicIn.pStrmIn); 850 pDrv->MicIn.pStrmIn = NULL; 845 851 } 846 852
Note:
See TracChangeset
for help on using the changeset viewer.