VirtualBox

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


Ignore:
Timestamp:
Jun 8, 2021 1:25:04 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144973
Message:

Audio: Nits/6.1. bugref:bugref:9890

Location:
trunk/src/VBox/Devices/Audio
Files:
3 edited

Legend:

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

    r89510 r89551  
    24482448    if (cbWritten)
    24492449    {
    2450         uint64_t const msPrev = pStreamDS->msLastTransfer;
     2450        uint64_t const msPrev = pStreamDS->msLastTransfer; RT_NOREF(msPrev);
    24512451        pStreamDS->Out.cbLastTransferred = cbWritten;
    24522452        pStreamDS->msLastTransfer        = RTTimeMilliTS();
     
    26032603    if (cbRead)
    26042604    {
    2605         uint64_t const msPrev = pStreamDS->msLastTransfer;
     2605        uint64_t const msPrev = pStreamDS->msLastTransfer; RT_NOREF(msPrev);
    26062606        pStreamDS->msLastTransfer = RTTimeMilliTS();
    26072607        LogFlowFunc(("cbRead=%RU32, msLastTransfer=%RU64 msNow=%RU64 cMsDelta=%RU64 {%s}\n",
  • trunk/src/VBox/Devices/Audio/DrvHostAudioOss.cpp

    r89519 r89551  
    967967
    968968/**
    969  * Char driver registration record.
     969 * OSS driver registration record.
    970970 */
    971971const PDMDRVREG g_DrvHostOSSAudio =
  • trunk/src/VBox/Devices/Audio/DrvHostAudioWasApi.cpp

    r89510 r89551  
    26022602     * Done.
    26032603     */
    2604     uint64_t const msPrev = pStreamWas->msLastTransfer;
     2604    uint64_t const msPrev = pStreamWas->msLastTransfer; RT_NOREF(msPrev);
    26052605    if (cbWritten)
    26062606        pStreamWas->msLastTransfer = msNow;
     
    27982798     * Done.
    27992799     */
    2800     uint64_t const msPrev = pStreamWas->msLastTransfer;
     2800    uint64_t const msPrev = pStreamWas->msLastTransfer; RT_NOREF(msPrev);
    28012801    uint64_t const msNow  = RTTimeMilliTS();
    28022802    if (cbRead)
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