Changeset 76847 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Jan 17, 2019 11:08:49 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevSB16.cpp
r76841 r76847 1968 1968 1969 1969 AssertMsg(pDrv->Out.pStream == NULL, ("[LUN#%RU8] Driver stream already present when it must not\n", pDrv->uLUN)); 1970 1971 /* Disable pre-buffering for SB16; not needed for that bit of data. */ 1972 pCfgHost->Backend.cfPreBuf = 0; 1970 1973 1971 1974 int rc = pDrv->pConnector->pfnStreamCreate(pDrv->pConnector, pCfgHost, pCfg /* pCfgGuest */, &pDrv->Out.pStream);
Note:
See TracChangeset
for help on using the changeset viewer.