VirtualBox

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


Ignore:
Timestamp:
Nov 18, 2015 11:28:54 AM (9 years ago)
Author:
vboxsync
Message:

Audio: DrvHostDSound.cpp: Initialize rc.

File:
1 edited

Legend:

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

    r58733 r58736  
    17241724                    DWORD cbPlayPos;
    17251725                    hr = IDirectSoundCaptureBuffer8_GetCurrentPosition(pThis->pStrmOut->pDSB, NULL, &cbPlayPos);
    1726                     LogFlowFunc(("Output: hr=%Rhrc, dwPlayPos=%ld\n", hr, cbPlayPos));
    1727                 }
     1726                        LogFlowFunc(("Output: hr=%Rhrc, dwPlayPos=%ld\n", hr, cbPlayPos));
     1727                    }
    17281728                break;
    17291729            }
     
    18041804        else
    18051805            DSLOGREL(("DSound: Creating thread failed with rc=%Rrc\n", rc));
     1806#else
     1807        rc = VINF_SUCCESS;
    18061808#endif
    18071809    }
     
    19001902     * Init the static parts.
    19011903     */
    1902     pThis->pDrvIns                    = pDrvIns;
     1904    pThis->pDrvIns                   = pDrvIns;
    19031905    /* IBase */
    1904     pDrvIns->IBase.pfnQueryInterface  = drvHostDSoundQueryInterface;
     1906    pDrvIns->IBase.pfnQueryInterface = drvHostDSoundQueryInterface;
    19051907    /* IHostAudio */
    19061908    PDMAUDIO_IHOSTAUDIO_CALLBACKS(drvHostDSound);
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