VirtualBox

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


Ignore:
Timestamp:
Jan 17, 2019 11:08:49 AM (6 years ago)
Author:
vboxsync
Message:

Audio/SB16: Disable pre-buffering for SB16; not needed for that bit of data.

File:
1 edited

Legend:

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

    r76841 r76847  
    19681968
    19691969    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;
    19701973
    19711974    int rc = pDrv->pConnector->pfnStreamCreate(pDrv->pConnector, pCfgHost, pCfg /* pCfgGuest */, &pDrv->Out.pStream);
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