Changeset 91184 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Sep 9, 2021 5:09:38 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146838
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioPulseAudio.cpp
r91176 r91184 1829 1829 pa_threaded_mainloop_unlock(pThis->pMainLoop); 1830 1830 } 1831 Log 3Func(("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)); 1833 1833 return cbWritable; 1834 1834 }
Note:
See TracChangeset
for help on using the changeset viewer.