Changeset 44669 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Feb 13, 2013 3:00:00 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83762
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchHda.cpp
r44668 r44669 1 1 /* $Id$ */ 2 2 /** @file 3 * DevIch IntelHDA- VBox ICH Intel HD Audio Controller.3 * DevIchHda - VBox ICH Intel HD Audio Controller. 4 4 * 5 5 * Implemented against the specifications found in "High Definition Audio … … 39 39 #include "audio.h" 40 40 } 41 #include "Dev Codec.h"41 #include "DevIchHdaCodec.h" 42 42 43 43 -
trunk/src/VBox/Devices/Audio/DevIchHdaCodec.cpp
r44668 r44669 1 1 /* $Id$ */ 2 2 /** @file 3 * Dev Codec - VBox ICH Intel HD Audio Codec.3 * DevIchHdaCodec - VBox ICH Intel HD Audio Codec. 4 4 * 5 5 * Implemented against "Intel I/O Controller Hub 6 (ICH6) High Definition … … 37 37 #include "audio.h" 38 38 } 39 #include "Dev Codec.h"39 #include "DevIchHdaCodec.h" 40 40 41 41 -
trunk/src/VBox/Devices/Audio/DevIchHdaCodec.h
r44668 r44669 1 1 /* $Id$ */ 2 2 /** @file 3 * Dev Codec - VBox ICH Intel HD Audio Codec.3 * DevIchHdaCodec - VBox ICH Intel HD Audio Codec. 4 4 */ 5 5
Note:
See TracChangeset
for help on using the changeset viewer.