Changeset 57358 in vbox for trunk/src/VBox/Devices/Audio/DevIchHda.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchHda.cpp
r56838 r57358 20 20 */ 21 21 22 /******************************************************************************* 23 * Header Files * 24 *******************************************************************************/ 22 23 /********************************************************************************************************************************* 24 * Header Files * 25 *********************************************************************************************************************************/ 25 26 #define LOG_GROUP LOG_GROUP_DEV_HDA 26 27 #include <VBox/log.h> … … 44 45 #include "DevIchHdaCodec.h" 45 46 46 /******************************************************************************* 47 * Defined Constants And Macros * 48 *******************************************************************************/ 47 48 /********************************************************************************************************************************* 49 * Defined Constants And Macros * 50 *********************************************************************************************************************************/ 49 51 //#define HDA_AS_PCI_EXPRESS 50 52 #define VBOX_WITH_INTEL_HDA … … 515 517 516 518 517 /******************************************************************************* 518 * Structures and Typedefs *519 ******************************************************************************* /519 /********************************************************************************************************************************* 520 * Structures and Typedefs * 521 *********************************************************************************************************************************/ 520 522 typedef struct HDABDLEDESC 521 523 { … … 687 689 688 690 689 /******************************************************************************* 690 * Internal Functions *691 ******************************************************************************* /691 /********************************************************************************************************************************* 692 * Internal Functions * 693 *********************************************************************************************************************************/ 692 694 #ifndef VBOX_DEVICE_STRUCT_TESTCASE 693 695 static FNPDMDEVRESET hdaReset; … … 741 743 742 744 743 /******************************************************************************* 744 * Global Variables *745 ******************************************************************************* /745 /********************************************************************************************************************************* 746 * Global Variables * 747 *********************************************************************************************************************************/ 746 748 747 749 /* see 302349 p 6.2*/
Note:
See TracChangeset
for help on using the changeset viewer.