Changeset 89174 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 19, 2021 3:05:29 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144515
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 6 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioValidationKit.cpp
r88887 r89174 5 5 6 6 /* 7 * Copyright (C) 2016-202 0Oracle Corporation7 * Copyright (C) 2016-2021 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 31 31 #include <VBox/vmm/pdmaudioinline.h> 32 32 33 #include "VBoxDD.h" 33 34 #include "AudioHlp.h" 34 #include "VBoxDD.h" 35 #include "AudioTest.h" 36 #include "AudioTestService.h" 35 37 36 38 -
trunk/src/VBox/Devices/Makefile.kmk
r89163 r89174 652 652 if defined(VBOX_WITH_AUDIO_DEBUG) || defined(VBOX_WITH_AUDIO_VALIDATIONKIT) 653 653 VBoxDD_SOURCES += \ 654 Audio/AudioTest.cpp 654 Audio/AudioTest.cpp \ 655 Audio/AudioTestService.cpp \ 656 Audio/AudioTestServiceTcp.cpp \ 657 Audio/AudioTestServiceProtocol.cpp 655 658 endif 656 659
Note:
See TracChangeset
for help on using the changeset viewer.