Changeset 63597 in vbox for trunk/include
- Timestamp:
- Aug 19, 2016 12:41:33 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110295
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r63538 r63597 600 600 /** The backend ran into an error and is unable to recover. 601 601 * 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 603 605 } PDMAUDIOBACKENDSTS; 604 606 … … 613 615 PDMAUDIOSTREAMCTX_HOST, 614 616 /** 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 616 620 } PDMAUDIOSTREAMCTX; 617 621
Note:
See TracChangeset
for help on using the changeset viewer.