Changeset 67265 in vbox for trunk/src/VBox
- Timestamp:
- Jun 6, 2017 9:36:12 AM (8 years ago)
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixer.cpp
r65849 r67265 245 245 } 246 246 247 #ifdef DEBUG248 247 /** 249 248 * Helper function for the internal debugger to print the mixer's current … … 277 276 AssertRC(rc2); 278 277 } 279 #endif280 278 281 279 /** -
trunk/src/VBox/Devices/Audio/AudioMixer.h
r64566 r67265 218 218 void AudioMixerRemoveSink(PAUDIOMIXER pMixer, PAUDMIXSINK pSink); 219 219 int AudioMixerSetMasterVolume(PAUDIOMIXER pMixer, PPDMAUDIOVOLUME pVol); 220 #ifdef DEBUG221 220 void AudioMixerDebug(PAUDIOMIXER pMixer, PCDBGFINFOHLP pHlp, const char *pszArgs); 222 #endif223 221 224 222 int AudioMixerSinkAddStream(PAUDMIXSINK pSink, PAUDMIXSTREAM pStream); -
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r67264 r67265 5381 5381 } 5382 5382 5383 #ifdef DEBUG 5383 5384 5384 /* Debug and log type formatters. */ 5385 5385 … … 5648 5648 pHlp->pfnPrintf(pHlp, "Mixer not available\n"); 5649 5649 } 5650 #endif /* DEBUG */ 5650 5651 5651 5652 5652 /* PDMIBASE */ … … 6394 6394 HDA_REG(pThis, STATESTS) = 0x0; 6395 6395 6396 #ifdef DEBUG6397 6396 /* 6398 6397 * Debug and string formatter types. … … 6415 6414 rc = RTStrFormatTypeRegister("sdfifow", hdaDbgFmtSDFIFOW, NULL); 6416 6415 AssertRC(rc); 6417 #endif /* DEBUG */6418 6416 6419 6417 /*
Note:
See TracChangeset
for help on using the changeset viewer.