VirtualBox

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


Ignore:
Timestamp:
Aug 12, 2016 8:18:50 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110041
Message:

signed comparison fix

File:
1 edited

Legend:

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

    r63372 r63395  
    17061706        {
    17071707            LogFlowFunc(("cAvail=%ld\n", cAvail));
    1708             if (cAvail >= pStreamOut->cSamplesMin)
     1708            if (cAvail >= (snd_pcm_sframes_t)pStreamOut->cSamplesMin)
    17091709                strmSts |= PDMAUDIOSTRMSTS_FLAG_DATA_WRITABLE;
    17101710        }
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