aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/getac
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-12-10 12:52:50 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-12-10 12:52:50 +0000
commit198cb96387c457affa01696405ffaa4531e8e361 (patch)
tree9016dd5be2373ba6bd637436f5e7a4147444ccd7 /src/mainboard/getac
parent6e7efb7cab53d924e17c59196d78dbbdb208e6dd (diff)
Two hda_verb.h files: Add more comments.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6160 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/getac')
-rw-r--r--src/mainboard/getac/p470/hda_verb.h47
1 files changed, 28 insertions, 19 deletions
diff --git a/src/mainboard/getac/p470/hda_verb.h b/src/mainboard/getac/p470/hda_verb.h
index 305e05fc06..0edd0f3607 100644
--- a/src/mainboard/getac/p470/hda_verb.h
+++ b/src/mainboard/getac/p470/hda_verb.h
@@ -5,8 +5,7 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; version 2 of
- * the License.
+ * published by the Free Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,17 +14,16 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
static const u32 mainboard_cim_verb_data[] = {
/* coreboot specific header */
- 0x10ec0262, // Codec Vendor ID / Device ID
+ 0x10ec0262, // Codec Vendor / Device ID: Realtek ALC262
0x10714700, // Subsystem ID
0x0000000d, // Number of jacks
- /* HDA Codec Subsystem ID Verb Table: 0x10ec0000 */
+ /* NID 0x01, HDA Codec Subsystem ID Verb Table: 0x10ec0000 */
0x00172000,
0x00172100,
0x001722EC,
@@ -33,68 +31,79 @@ static const u32 mainboard_cim_verb_data[] = {
/* Pin Widget Verb Table */
- /* Pin Complex (NID 0x12) */
+ /* Pin Complex (NID 0x12), DMIC */
0x01271CF0,
0x01271D11,
0x01271E11,
0x01271F41,
- /* Pin Complex (NID 0x14) */
+
+ /* Pin Complex (NID 0x14), LINE_OUT (port D) */
0x01471C10,
0x01471D01,
0x01471E13,
0x01471F99,
- /* Pin Complex (NID 0x15) */
+
+ /* Pin Complex (NID 0x15), HP_OUT (port A) */
0x01571C20,
0x01571D40,
0x01571E21,
0x01571F01,
- /* Pin Complex (NID 0x16) */
+
+ /* Pin Complex (NID 0x16), MONO-OUT */
0x01671CF0,
0x01671D11,
0x01671E11,
0x01671F41,
- /* Pin Complex (NID 0x18) */
+
+ /* Pin Complex (NID 0x18), MIC1 (port B) */
0x01871C30,
0x01871D98,
0x01871EA1,
0x01871F01,
- /* Pin Complex (NID 0x19) */
+
+ /* Pin Complex (NID 0x19), MIC2 (port F) */
0x01971C31,
0x01971D09,
0x01971EA3,
0x01971F99,
- /* Pin Complex (NID 0x1A) */
+
+ /* Pin Complex (NID 0x1A), LINE1 (port C) */
0x01A71C3F,
0x01A71D98,
0x01A71EA1,
0x01A71F02,
- /* Pin Complex (NID 0x1B) */
+
+ /* Pin Complex (NID 0x1B), LINE2 (port E) */
0x01B71C1F,
0x01B71D40,
0x01B71E21,
0x01B71F02,
- /* Pin Complex (NID 0x1C) */
+
+ /* Pin Complex (NID 0x1C), CD_IN */
0x01C71CF0,
0x01C71D11,
0x01C71E11,
0x01C71F41,
- /* Pin Complex (NID 0x1D) */
+
+ /* Pin Complex (NID 0x1D), PCBEEP */
0x01D71CF0,
0x01D71D11,
0x01D71E11,
0x01D71F41,
- /* Pin Complex (NID 0x1E) */
+
+ /* Pin Complex (NID 0x1E), S/PDIF-OUT */
0x01E71CF0,
0x01E71D11,
0x01E71E11,
0x01E71F41,
- /* Pin Complex (NID 0x1F) */
+
+ /* Pin Complex (NID 0x1F), S/PDIF-IN */
0x01F71CF0,
0x01F71D11,
0x01F71E11,
0x01F71F41,
};
-extern const u32 * cim_verb_data;
+extern const u32 *cim_verb_data;
extern u32 cim_verb_data_size;