VirtualBox

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


Ignore:
Timestamp:
Mar 18, 2021 9:40:27 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143337
Message:

DrvAudio: Logging correction. bugref:9890

File:
1 edited

Legend:

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

    r88157 r88181  
    31903190     * Period size
    31913191     */
    3192     const char *pszWhat = "";
     3192    const char *pszWhat = "device-specific";
    31933193    if (pDrvCfg->uPeriodSizeMs)
    31943194    {
     
    32103210     * Buffer size
    32113211     */
    3212     pszWhat = "";
     3212    pszWhat = "device-specific";
    32133213    if (pDrvCfg->uBufferSizeMs)
    32143214    {
     
    32303230     * Pre-buffering size
    32313231     */
    3232     pszWhat = "";
     3232    pszWhat = "device-specific";
    32333233    if (pDrvCfg->uPreBufSizeMs != UINT32_MAX) /* Anything set via global / per-VM extra-data? */
    32343234    {
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