VirtualBox

Changeset 55163 in vbox for trunk


Ignore:
Timestamp:
Apr 9, 2015 2:28:32 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99467
Message:

DrvHostDSound: log configuration values.

File:
1 edited

Legend:

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

    r55109 r55163  
    15781578    pThis->cfg.pGuidPlay    = dsoundConfigQueryGUID(pCfg, "DeviceGuidOut", &pThis->cfg.uuidPlay);
    15791579    pThis->cfg.pGuidCapture = dsoundConfigQueryGUID(pCfg, "DeviceGuidIn",  &pThis->cfg.uuidCapture);
     1580
     1581    DSLOG(("DSound: BufsizeOut %u, BufsizeIn %u, DeviceGuidOut {%RTuuid}, DeviceGuidIn {%RTuuid}\n",
     1582           pThis->cfg.cbBufferOut,
     1583           pThis->cfg.cbBufferIn,
     1584           &pThis->cfg.uuidPlay,
     1585           &pThis->cfg.uuidCapture));
    15801586}
    15811587
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette