Changeset 76474 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Dec 25, 2018 7:21:57 AM (6 years ago)
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDACommon.cpp
r76019 r76474 21 21 *********************************************************************************************************************************/ 22 22 #include <iprt/assert.h> 23 #include <iprt/err .h>23 #include <iprt/errcore.h> 24 24 25 25 #define LOG_GROUP LOG_GROUP_DEV_HDA -
trunk/src/VBox/Devices/Audio/alsa_stubs.c
r73642 r76474 19 19 #include <iprt/ldr.h> 20 20 #include <VBox/log.h> 21 #include < VBox/err.h>21 #include <iprt/errcore.h> 22 22 23 23 #include <alsa/asoundlib.h> -
trunk/src/VBox/Devices/Audio/pulse_stubs.c
r73462 r76474 20 20 #include <iprt/ldr.h> 21 21 #include <VBox/log.h> 22 #include < VBox/err.h>22 #include <iprt/errcore.h> 23 23 24 24 #include <pulse/pulseaudio.h> -
trunk/src/VBox/Devices/Audio/testcase/tstAudioMixBuffer.cpp
r73544 r76474 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #include <iprt/err .h>22 #include <iprt/errcore.h> 23 23 #include <iprt/initterm.h> 24 24 #include <iprt/mem.h>
Note:
See TracChangeset
for help on using the changeset viewer.