VirtualBox

Changeset 65696 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Feb 9, 2017 11:23:35 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
113404
Message:

Build fix.

File:
1 edited

Legend:

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

    r65694 r65696  
    16651665    int rc = alsaStreamGetAvail(pStreamALSA->phPCM, &cFramesAvail);
    16661666    if (   RT_SUCCESS(rc)
    1667         && cFramesAvail >= pStreamALSA->Out.cSamplesMin)
     1667        && (uint32_t)cFramesAvail >= pStreamALSA->Out.cSamplesMin)
    16681668    {
    16691669        cbAvail = PDMAUDIOSTREAMCFG_S2B(pStreamALSA->pCfg, cFramesAvail);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette