VirtualBox

Changeset 57427 in vbox for trunk


Ignore:
Timestamp:
Aug 18, 2015 1:21:11 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102192
Message:

warning

File:
1 edited

Legend:

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

    r57358 r57427  
    944944
    945945        size_t cbToRead = RT_MIN(AUDIOMIXBUF_S2B(&pHstStrmOut->MixBuf,
    946                                                  cAvail),
     946                                                 (uint32_t)cAvail), /* cAvail is always >= 0 */
    947947                                 AUDIOMIXBUF_S2B(&pHstStrmOut->MixBuf,
    948948                                                 drvAudioHstOutSamplesLive(pHstStrmOut, NULL /* pcStreamsLive */)));
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