VirtualBox

Changeset 73489 in vbox for trunk/src


Ignore:
Timestamp:
Aug 3, 2018 2:44:24 PM (6 years ago)
Author:
vboxsync
Message:

DrvAudio/ALSA: Comment.

File:
1 edited

Legend:

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

    r73476 r73489  
    14111411    if (pStreamALSA->pCfg->enmDir == PDMAUDIODIR_OUT)
    14121412    {
     1413        /* Getting the delay (in audio frames) reports the time it will take
     1414         * to hear a new sample after all queued samples have been played out. */
    14131415        int rc2 = snd_pcm_delay(pStreamALSA->phPCM, &cfDelay);
    14141416        if (RT_SUCCESS(rc))
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