VirtualBox

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


Ignore:
Timestamp:
Jan 3, 2017 11:54:14 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112578
Message:

Audio/DrvAudio: Skip debug assertion if a backend doesn't support device enumeration in drvAudioHostInit().

File:
1 edited

Legend:

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

    r65028 r65076  
    17101710#ifdef VBOX_WITH_AUDIO_ENUM
    17111711    int rc2 = drvAudioDevicesEnumerateInternal(pThis, true /* fLog */, NULL /* pDevEnum */);
    1712     AssertRC(rc2);
     1712    if (rc2 != VERR_NOT_SUPPORTED) /* Some backends don't implement device enumeration. */
     1713        AssertRC(rc2);
    17131714
    17141715    RT_NOREF(rc2);
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