VirtualBox

Changeset 87173 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 5, 2021 8:16:55 AM (4 years ago)
Author:
vboxsync
Message:

Audio: Docs nits. bugref:9882

Location:
trunk/src/VBox/Devices/Audio
Files:
2 edited

Legend:

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

    r87159 r87173  
    15341534    /*
    15351535     * Warning: Do *not* use pfnConn->pfnEnable() for enabling/disabling streams here, as this will unconditionally (re-)enable
    1536      *          streams, which would violate / run against the (global) VM settings. See #9882.
     1536     *          streams, which would violate / run against the (global) VM settings. See @bugref{9882}.
    15371537     */
    15381538
  • trunk/src/VBox/Devices/Audio/DrvAudio.cpp

    r87159 r87173  
    461461     * it already is.
    462462     *
    463      * See #9882.
     463     * See @bugref{9882}.
    464464     */
    465465    const bool fEnabled =    (   pStream->enmDir == PDMAUDIODIR_IN
     
    967967        }
    968968
    969         /* If output is disabled on a per-driver level, send data to the bit bucket instead. See #9882. */
     969        /* If output is disabled on a per-driver level, send data to the bit bucket instead. See @bugref{9882}. */
    970970        if (!pThis->Out.fEnabled)
    971971        {
     
    27662766             *          - recording audio data would return silence instead
    27672767             *
    2768              * See #9882.
     2768             * See @bugref{9882}.
    27692769             */
    27702770            int rc2 = drvAudioStreamControlInternalBackend(pThis, pStream,
     
    29052905    uint32_t cbReadable = 0;
    29062906
    2907     /* All input streams for this driver disabled? See #9882. */
     2907    /* All input streams for this driver disabled? See @bugref{9882}. */
    29082908    const bool fDisabled = !pThis->In.fEnabled;
    29092909
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