Changeset 89258 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 25, 2021 9:58:08 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144601
- Location:
- trunk/src/VBox/Main/src-client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DrvAudioRec.cpp
r89218 r89258 1106 1106 pThis->IHostAudio.pfnGetConfig = drvAudioVideoRecHA_GetConfig; 1107 1107 pThis->IHostAudio.pfnGetDevices = NULL; 1108 pThis->IHostAudio.pfnSetDevice = NULL; 1108 1109 pThis->IHostAudio.pfnGetStatus = drvAudioVideoRecHA_GetStatus; 1109 1110 pThis->IHostAudio.pfnDoOnWorkerThread = NULL; -
trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp
r89213 r89258 790 790 pThis->IHostAudio.pfnGetConfig = drvAudioVrdeHA_GetConfig; 791 791 pThis->IHostAudio.pfnGetDevices = NULL; 792 pThis->IHostAudio.pfnSetDevice = NULL; 792 793 pThis->IHostAudio.pfnGetStatus = drvAudioVrdeHA_GetStatus; 793 794 pThis->IHostAudio.pfnDoOnWorkerThread = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.