Changeset 89426 in vbox for trunk/src/VBox
- Timestamp:
- Jun 1, 2021 10:24:18 AM (4 years ago)
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioAlsaStubs.cpp
r89425 r89426 18 18 #define LOG_GROUP LOG_GROUP_DRV_HOST_AUDIO 19 19 #include <iprt/assert.h> 20 #include <iprt/err .h>20 #include <iprt/errcore.h> 21 21 #include <iprt/ldr.h> 22 22 #include <VBox/log.h> -
trunk/src/VBox/Devices/Audio/DrvHostAudioPulseAudioStubs.cpp
r89424 r89426 22 22 #define LOG_GROUP LOG_GROUP_DRV_HOST_AUDIO 23 23 #include <iprt/assert.h> 24 #include <iprt/errcore.h> 24 25 #include <iprt/ldr.h> 25 26 #include <VBox/log.h> 26 27 #include <iprt/once.h> 27 #include <iprt/err.h>28 28 29 29 #include <pulse/pulseaudio.h>
Note:
See TracChangeset
for help on using the changeset viewer.