Changeset 63395 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Aug 12, 2016 8:18:50 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110041
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostALSAAudio.cpp
r63372 r63395 1706 1706 { 1707 1707 LogFlowFunc(("cAvail=%ld\n", cAvail)); 1708 if (cAvail >= pStreamOut->cSamplesMin)1708 if (cAvail >= (snd_pcm_sframes_t)pStreamOut->cSamplesMin) 1709 1709 strmSts |= PDMAUDIOSTRMSTS_FLAG_DATA_WRITABLE; 1710 1710 }
Note:
See TracChangeset
for help on using the changeset viewer.