Changeset 63371 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Aug 12, 2016 5:00:43 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110012
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp
r63369 r63371 752 752 PDMAUDIO_IHOSTAUDIO_EMIT_STREAMCAPTURE(drvHostPulseAudio) 753 753 { 754 RT_NOREF(pvBuf, cbBuf); 754 755 AssertPtrReturn(pInterface, VERR_INVALID_POINTER); 755 756 AssertPtrReturn(pStream, VERR_INVALID_POINTER); … … 877 878 PDMAUDIO_IHOSTAUDIO_EMIT_STREAMPLAY(drvHostPulseAudio) 878 879 { 880 RT_NOREF(pvBuf, cbBuf); 879 881 AssertPtrReturn(pInterface, VERR_INVALID_POINTER); 880 882 AssertPtrReturn(pStream, VERR_INVALID_POINTER);
Note:
See TracChangeset
for help on using the changeset viewer.