Changeset 87803 in vbox
- Timestamp:
- Feb 19, 2021 11:41:11 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/HDACodec.cpp
r87802 r87803 2061 2061 #endif /* IN_RING0 */ 2062 2062 2063 #if defined(IN_RING3) && defined(DEBUG)2063 #ifdef IN_RING3 2064 2064 2065 2065 /** … … 2298 2298 } 2299 2299 2300 #endif /* IN_RING3 && DEBUG*/2300 #endif /* IN_RING3 */ 2301 2301 2302 2302 static DECLCALLBACK(int) codecR3Lookup(PHDACODEC pThis, PHDACODECR3 pThisCC, uint32_t cmd, uint64_t *puResp) … … 2592 2592 pThisCC->cVerbs = RT_ELEMENTS(g_aCodecVerbsR3); 2593 2593 2594 #ifdef DEBUG2595 2594 pThisCC->pfnDbgSelector = codecR3DbgSelector; 2596 2595 pThisCC->pfnDbgListNodes = codecR3DbgListNodes; 2597 #endif 2596 2598 2597 pThisCC->pfnLookup = codecR3Lookup; 2599 2598
Note:
See TracChangeset
for help on using the changeset viewer.