VirtualBox

Changeset 88453 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Apr 10, 2021 12:23:14 AM (4 years ago)
Author:
vboxsync
Message:

DrvAudioHostAlsa: Ignore -EAGAIN from snd_pcm_drain. bugref:9890

File:
1 edited

Legend:

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

    r88452 r88453  
    913913#endif
    914914            rc = snd_pcm_drain(pStreamALSA->hPCM);
    915             if (rc >= 0)
     915            if (rc >= 0 || rc == -EAGAIN)
    916916                rc = VINF_SUCCESS;
    917917            else
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