VirtualBox

Changeset 63865 in vbox


Ignore:
Timestamp:
Sep 16, 2016 12:58:26 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110719
Message:

Audio: Added device flags PDMAUDIODEV_FLAGS_LOCKED and PDMAUDIODEV_FLAGS_DEAD.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmaudioifs.h

    r63716 r63865  
    108108/** Ignore the device, no matter what. */
    109109#define PDMAUDIODEV_FLAGS_IGNORE          RT_BIT(3)
     110/** The device is present but marked as locked by some other application. */
     111#define PDMAUDIODEV_FLAGS_LOCKED          RT_BIT(4)
     112/** The device is present but not in an alive state (dead). */
     113#define PDMAUDIODEV_FLAGS_DEAD            RT_BIT(5)
    110114
    111115/**
  • trunk/src/VBox/Devices/Audio/DrvAudioCommon.cpp

    r63743 r63865  
    565565        APPEND_FLAG_TO_STR(BUGGY);
    566566        APPEND_FLAG_TO_STR(IGNORE);
     567        APPEND_FLAG_TO_STR(LOCKED);
     568        APPEND_FLAG_TO_STR(DEAD);
    567569
    568570    } while (0);
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