VirtualBox

Changeset 65005 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Dec 23, 2016 4:20:21 PM (8 years ago)
Author:
vboxsync
Message:

Docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevIchAc97.cpp

    r65004 r65005  
    11061106}
    11071107
     1108/**
     1109 * Locks the async I/O thread of a specific AC'97 audio stream.
     1110 *
     1111 * @param   pStream             AC'97 stream to lock async I/O thread for.
     1112 */
    11081113static void ichac97StreamAsyncIOLock(PAC97STREAM pStream)
    11091114{
     
    11141119}
    11151120
     1121/**
     1122 * Unlocks the async I/O thread of a specific AC'97 audio stream.
     1123 *
     1124 * @param   pStream             AC'97 stream to unlock async I/O thread for.
     1125 */
    11161126static void ichac97StreamAsyncIOUnlock(PAC97STREAM pStream)
    11171127{
     
    15681578 * Resets an AC'97 stream.
    15691579 *
    1570  * @returns IPRT status code.
    15711580 * @param   pThis               AC'97 state.
    15721581 * @param   pStream             AC'97 stream to reset.
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