Changeset 88939 in vbox
- Timestamp:
- May 7, 2021 6:46:08 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r88892 r88939 864 864 PDMAUDIOSTREAMCMD_PAUSE, 865 865 /** Resumes the stream. 866 * This is currently only issued when the VM is resumed. */866 * This is currently only issued when the VM is resumed. */ 867 867 PDMAUDIOSTREAMCMD_RESUME, 868 868 /** Drain the stream, that is, play what's in the buffer and then stop. -
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r88938 r88939 964 964 * @param pThis The shared AC'97 state. 965 965 * @param pThisCC The ring-3 AC'97 state. 966 * @param pStream The AC'97 stream to enable or disable (shared 967 * state). 966 * @param pStream The AC'97 stream to enable or disable (shared state). 968 967 * @param pStreamCC The ring-3 stream state (matching to @a pStream). 969 968 * @param fEnable Whether to enable or disable the stream. … … 1451 1450 * 1452 1451 * @returns VBox status code. 1453 * @param pThis 1454 * @param pStream CCAC'97 audio stream to destroy the async I/O thread for.1452 * @param pThis The shared AC'97 state. 1453 * @param pStreamR3 AC'97 audio stream to destroy the async I/O thread for. 1455 1454 */ 1456 1455 static int ichac97R3StreamAsyncIODestroy(PAC97STATE pThis, PAC97STREAMR3 pStreamR3)
Note:
See TracChangeset
for help on using the changeset viewer.