Changeset 88878 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 5, 2021 3:36:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioWasApi.cpp
r88868 r88878 3062 3062 3063 3063 /* 3064 * Resolve the notification interface.3064 * Resolve the interface to the driver above us. 3065 3065 */ 3066 3066 pThis->pIHostAudioPort = PDMIBASE_QUERY_INTERFACE(pDrvIns->pUpBase, PDMIHOSTAUDIOPORT); 3067 # ifdef VBOX_WITH_AUDIO_CALLBACKS 3068 AssertPtr(pThis->pIHostAudioPort); 3069 # endif 3067 AssertPtrReturn(pThis->pIHostAudioPort, VERR_PDM_MISSING_INTERFACE_ABOVE); 3070 3068 3071 3069 /*
Note:
See TracChangeset
for help on using the changeset viewer.