Changeset 56622 in vbox
- Timestamp:
- Jun 24, 2015 1:12:09 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostALSAAudio.cpp
r55920 r56622 60 60 61 61 #include "VBoxDD.h" 62 #include "vl_vbox.h"63 64 62 65 63 -
trunk/src/VBox/Devices/Audio/DrvHostCoreAudio.cpp
r56018 r56622 18 18 #include "AudioMixBuffer.h" 19 19 20 #include "VBoxDD.h" 21 20 22 #include <iprt/asm.h> 21 23 #include <iprt/cdefs.h> … … 23 25 #include <iprt/mem.h> 24 26 25 #include "vl_vbox.h"26 27 #include <iprt/uuid.h> 27 28 -
trunk/src/VBox/Devices/Audio/DrvHostOSSAudio.cpp
r55920 r56622 20 20 21 21 #include "VBoxDD.h" 22 #include "vl_vbox.h"23 22 24 23 #include <errno.h> -
trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp
r56316 r56622 33 33 34 34 #include <pulse/pulseaudio.h> 35 #include "vl_vbox.h"36 35 37 36 #include "DrvAudio.h" 38 37 #include "AudioMixBuffer.h" 38 39 #include "VBoxDD.h" 39 40 40 41 #ifdef LOG_GROUP
Note:
See TracChangeset
for help on using the changeset viewer.