Changeset 56085 in vbox for trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp
- Timestamp:
- May 26, 2015 4:39:58 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100609
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp
r55401 r56085 6 6 7 7 /* 8 * Copyright (C) 2006-201 2Oracle Corporation8 * Copyright (C) 2006-2015 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 25 25 #include "DisplayImpl.h" 26 26 #include "VMMDev.h" 27 #ifdef VBOX_WITH_PDM_AUDIO_DRIVER28 27 #include "DrvAudioVRDE.h" 29 #else30 #include "AudioSnifferInterface.h"31 #endif32 28 #include "Nvram.h" 33 29 #include "UsbWebcamInterface.h" … … 73 69 return rc; 74 70 75 #ifdef VBOX_WITH_PDM_AUDIO_DRIVER76 71 rc = pCallbacks->pfnRegister(pCallbacks, &AudioVRDE::DrvReg); 77 #else78 rc = pCallbacks->pfnRegister(pCallbacks, &AudioSniffer::DrvReg);79 #endif80 72 if (RT_FAILURE(rc)) 81 73 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.