Changeset 63369 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Aug 12, 2016 4:45:31 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110010
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixBuffer.cpp
r63362 r63369 61 61 #endif 62 62 63 #ifdef DEBUG 63 64 DECLINLINE(void) audioMixBufDbgPrintInternal(PPDMAUDIOMIXBUF pMixBuf); 65 #endif 64 66 65 67 /* … … 1139 1141 1140 1142 #ifdef DEBUG 1143 1141 1144 /** 1142 1145 * Prints a single mixing buffer. … … 1245 1248 audioMixBufDbgPrintInternal(pMixBuf); 1246 1249 } 1247 #endif 1250 1251 #endif /* DEBUG */ 1248 1252 1249 1253 /** -
trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp
r63360 r63369 859 859 rc = AudioMixBufMixToParent(&pStream->MixBuf, cWrittenTotal, 860 860 &cProcessed);*/ 861 NOREF(cProcessed); 861 862 if (pcbRead) 862 863 *pcbRead = cWrittenTotal;
Note:
See TracChangeset
for help on using the changeset viewer.