Changeset 68904 in vbox
- Timestamp:
- Sep 28, 2017 10:00:04 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r68903 r68904 3510 3510 static int ichac97DetachInternal(PAC97STATE pThis, PAC97DRIVER pDrv, uint32_t fFlags) 3511 3511 { 3512 RT_NOREF(fFlags); 3513 3512 3514 AudioMixerSinkRemoveStream(pThis->pSinkMicIn, pDrv->MicIn.pMixStrm); 3513 3515 AudioMixerStreamDestroy(pDrv->MicIn.pMixStrm); … … 3543 3545 if (RT_SUCCESS(rc2)) 3544 3546 { 3545 PPDMIAUDIOCONNECTOR pCon = pDrv->pConnector;3546 AssertPtr(pCon);3547 3548 3547 if (DrvAudioHlpStreamCfgIsValid(&pThis->StreamLineIn.State.Cfg)) 3549 3548 {
Note:
See TracChangeset
for help on using the changeset viewer.

