VirtualBox

Changeset 65142 in vbox for trunk


Ignore:
Timestamp:
Jan 5, 2017 11:38:33 AM (8 years ago)
Author:
vboxsync
Message:

Docs.

File:
1 edited

Legend:

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

    r65095 r65142  
    18281828}
    18291829
     1830/**
     1831 * Resets an HDA stream.
     1832 *
     1833 * @param   pThis               HDA state.
     1834 * @param   pStream             HDA stream to reset.
     1835 */
    18301836static void hdaStreamReset(PHDASTATE pThis, PHDASTREAM pStream)
    18311837{
     
    18801886}
    18811887
     1888/**
     1889 * Enables or disables an HDA audio stream.
     1890 *
     1891 * @returns IPRT status code.
     1892 * @param   pThis               HDA state.
     1893 * @param   pStream             HDA stream to enable or disable.
     1894 * @param   fEnable             Whether to enable or disble the stream.
     1895 */
    18821896static int hdaStreamEnable(PHDASTATE pThis, PHDASTREAM pStream, bool fEnable)
    18831897{
     
    38573871
    38583872/**
    3859  * Stops the internal audio device timer (if not stopped yet).
     3873 * Stops the internal audio device timer.
    38603874 *
    38613875 * @param   pThis               HDA state.
     
    38693883}
    38703884
     3885/**
     3886 * Decreases the active HDA streams count by one and
     3887 * then checks if the internal audio device timer can be
     3888 * stopped.
     3889 *
     3890 * @param   pThis               HDA state.
     3891 */
    38713892static void hdaTimerMaybeStop(PHDASTATE pThis)
    38723893{
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