Changeset 88453 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Apr 10, 2021 12:23:14 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioAlsa.cpp
r88452 r88453 913 913 #endif 914 914 rc = snd_pcm_drain(pStreamALSA->hPCM); 915 if (rc >= 0 )915 if (rc >= 0 || rc == -EAGAIN) 916 916 rc = VINF_SUCCESS; 917 917 else
Note:
See TracChangeset
for help on using the changeset viewer.