VirtualBox

Changeset 67607 in vbox for trunk


Ignore:
Timestamp:
Jun 26, 2017 12:51:19 PM (7 years ago)
Author:
vboxsync
Message:

Audio/DrvAudio.cpp: Relaxed checks for drvAudioStreamCaptureXXX().

File:
1 edited

Legend:

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

    r67574 r67607  
    16281628        }
    16291629        else /* Nothing captured -- bail out. */
    1630         {
    1631 #ifdef VBOX_STRICT
    1632             AssertMsgFailed(("[%s] Captured anything, even if announced readable data (%RU32 captured samples so far) -- backend buggy?\n",
    1633                              pHstStream->szName, csCapturedTotal));
    1634 #endif
    16351630            break;
    1636         }
    16371631
    16381632        if (RT_FAILURE(rc))
     
    17171711        }
    17181712        else /* Nothing captured -- bail out. */
    1719         {
    1720 #ifdef VBOX_STRICT
    1721             AssertMsgFailed(("[%s] Captured anything, even if announced readable data (%RU32 captured samples so far) -- backend buggy?\n",
    1722                              pHstStream->szName, csCapturedTotal));
    1723 #endif
    17241713            break;
    1725         }
    17261714
    17271715        if (RT_FAILURE(rc))
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