VirtualBox

Changeset 91184 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Sep 9, 2021 5:09:38 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146838
Message:

Audio/Validation Kit: Some more diagnostics to find out why some testbox guests refuse to play any test tones. ​bugref:10008

File:
1 edited

Legend:

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

    r91176 r91184  
    18291829        pa_threaded_mainloop_unlock(pThis->pMainLoop);
    18301830    }
    1831     Log3Func(("returns %#x (%u) [max=%#RX32 min=%#RX32]\n",
    1832               cbWritable, cbWritable, pStreamPA->BufAttr.maxlength, pStreamPA->BufAttr.minreq));
     1831    LogRel2(("PulseAudio: drvHstAudPaHA_StreamGetWritable returns %#x (%u) [max=%#RX32 min=%#RX32]\n",
     1832                 cbWritable, cbWritable, pStreamPA->BufAttr.maxlength, pStreamPA->BufAttr.minreq));
    18331833    return cbWritable;
    18341834}
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