Changeset 56648 in vbox for trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
- Timestamp:
- Jun 25, 2015 9:57:41 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101284
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r56512 r56648 19 19 * Header Files * 20 20 *******************************************************************************/ 21 #define LOG_GROUP LOG_GROUP_DEV_AC97 22 #include <VBox/log.h> 21 23 #include <VBox/vmm/pdmdev.h> 22 24 #include <VBox/vmm/pdmaudioifs.h> … … 31 33 #include "VBoxDD.h" 32 34 #include "AudioMixer.h" 33 34 #ifdef LOG_GROUP35 #undef LOG_GROUP36 #endif37 #define LOG_GROUP LOG_GROUP_DEV_AUDIO38 #include <VBox/log.h>39 35 40 36 /*******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.