VirtualBox

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


Ignore:
Timestamp:
Feb 6, 2017 2:32:03 PM (8 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

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

    r65624 r65626  
    400400            DSLOGREL(("DSound: Locking playback buffer returned misaligned buffer: cb1=%#RX32, cb2=%#RX32 (alignment: %#RX32)\n",
    401401                      *pcb1, *pcb2, pStreamDS->uAlign));
    402             directSoundPlayUnlock(pThis, pStreamDS->uAlign, *ppv1, *ppv2, *pcb1, *pcb2);
     402            directSoundPlayUnlock(pThis, pStreamDS->Out.pDSB, *ppv1, *ppv2, *pcb1, *pcb2);
    403403            return E_FAIL;
    404404        }
     
    18401840        PVOID pv1, pv2;
    18411841        DWORD cb1, cb2;
    1842         hr = directSoundCaptureLock(pDSCB, &pStreamDS->pCfg->Props,
     1842        hr = directSoundCaptureLock(pStreamDS,
    18431843                                    pStreamDS->In.offCaptureBufRead,  /* dwOffset */
    18441844                                    cbToCapture,                      /* dwBytes */
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