Changeset 65696 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Feb 9, 2017 11:23:35 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113404
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostALSAAudio.cpp
r65694 r65696 1665 1665 int rc = alsaStreamGetAvail(pStreamALSA->phPCM, &cFramesAvail); 1666 1666 if ( RT_SUCCESS(rc) 1667 && cFramesAvail >= pStreamALSA->Out.cSamplesMin)1667 && (uint32_t)cFramesAvail >= pStreamALSA->Out.cSamplesMin) 1668 1668 { 1669 1669 cbAvail = PDMAUDIOSTREAMCFG_S2B(pStreamALSA->pCfg, cFramesAvail);
Note:
See TracChangeset
for help on using the changeset viewer.