VirtualBox

Changeset 88939 in vbox


Ignore:
Timestamp:
May 7, 2021 6:46:08 PM (4 years ago)
Author:
vboxsync
Message:

Audio: doxygen fixes. bugref:9890

Location:
trunk
Files:
2 edited

Legend:

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

    r88892 r88939  
    864864    PDMAUDIOSTREAMCMD_PAUSE,
    865865    /** 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. */
    867867    PDMAUDIOSTREAMCMD_RESUME,
    868868    /** Drain the stream, that is, play what's in the buffer and then stop.
  • trunk/src/VBox/Devices/Audio/DevIchAc97.cpp

    r88938 r88939  
    964964 * @param   pThis       The shared AC'97 state.
    965965 * @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).
    968967 * @param   pStreamCC   The ring-3 stream state (matching to @a pStream).
    969968 * @param   fEnable     Whether to enable or disable the stream.
     
    14511450 *
    14521451 * @returns VBox status code.
    1453  * @param   pThis               The shared AC'97 state.
    1454  * @param   pStreamCC           AC'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.
    14551454 */
    14561455static int ichac97R3StreamAsyncIODestroy(PAC97STATE pThis, PAC97STREAMR3 pStreamR3)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette