- Timestamp:
- Apr 23, 2021 1:04:44 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevSB16.cpp
r88675 r88676 2878 2878 continue; 2879 2879 2880 /** @todo No input streams available for SB16 yet. */2881 if (!pDrv->Out.pStream)2882 continue;2883 2884 2880 PPDMIAUDIOCONNECTOR pCon = pDrv->pConnector; 2885 2881 AssertPtr(pCon); 2886 if ( pCon == NULL /* paranoia */ 2887 || !(pCon->pfnStreamGetStatus(pCon, pDrv->Out.pStream) & PDMAUDIOSTREAMSTS_FLAGS_INITIALIZED)) 2882 2883 /** @todo No input streams available for SB16 yet. */ 2884 if (!AudioMixerStreamIsValid(pDrv->Out.pMixStrm)) 2888 2885 { 2889 2886 LogRel(("SB16: Falling back to NULL backend (no sound audible)\n")); … … 2898 2895 } 2899 2896 } 2900 #endif 2897 #endif /* VBOX_WITH_AUDIO_SB16_ONETIME_INIT */ 2901 2898 2902 2899 /*
Note:
See TracChangeset
for help on using the changeset viewer.