VirtualBox

Changeset 63597 in vbox for trunk/include


Ignore:
Timestamp:
Aug 19, 2016 12:41:33 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110295
Message:

Audio/pdmaudioifs.h: Blow up PDMAUDIOBACKENDSTS and PDMAUDIOSTREAMCTX to 32-bit.

File:
1 edited

Legend:

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

    r63538 r63597  
    600600    /** The backend ran into an error and is unable to recover.
    601601     *  A manual re-initialization might help. */
    602     PDMAUDIOBACKENDSTS_ERROR
     602    PDMAUDIOBACKENDSTS_ERROR,
     603    /** Hack to blow the type up to 32-bit. */
     604    PDMAUDIOBACKENDSTS_32BIT_HACK = 0x7fffffff
    603605} PDMAUDIOBACKENDSTS;
    604606
     
    613615    PDMAUDIOSTREAMCTX_HOST,
    614616    /** Guest stream, connected to the device emulation. */
    615     PDMAUDIOSTREAMCTX_GUEST
     617    PDMAUDIOSTREAMCTX_GUEST,
     618    /** Hack to blow the type up to 32-bit. */
     619    PDMAUDIOSTREAMCTX_32BIT_HACK = 0x7fffffff
    616620} PDMAUDIOSTREAMCTX;
    617621
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