c18cab3c0ac1859474b67d73f0de91a153ea2353
[coreboot.git] / src / mainboard / nvidia / l1_2pvv / hda_verb.h
1 /*
2  * This file is part of the coreboot project.
3  * 
4  * Copyright (C) 2004 Tyan Computer
5  * Copyright (C) 2006-2007 AMD
6  * Copyright (C) 2007-2009 coresystems GmbH
7  *
8  * This program is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License as
10  * published by the Free Software Foundation; version 2 of
11  * the License.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
21  * MA 02110-1301 USA
22  */
23
24 static u32 mainboard_cim_verb_data[] = {
25         /* coreboot specific header */
26         0x10ec0880,     // Codec Vendor ID / Device ID
27         0x00000000,     // Subsystem ID
28         0x0000000d,     // Number of jacks
29
30         /* HDA Codec Subsystem ID Verb Table: 0x0000e601 */
31         0x00172001,
32         0x001721e6,
33         0x00172200,
34         0x00172300,
35
36         0x01471c10,
37         0x01471d44,
38         0x01471e01,
39         0x01471f01,
40         // 1
41         0x01571c12,
42         0x01571d14,
43         0x01571e01,
44         0x01571f01,
45         // 2
46         0x01671c11,
47         0x01671d60,
48         0x01671e01,
49         0x01671f01,
50         // 3
51         0x01771c14,
52         0x01771d20,
53         0x01771e01,
54         0x01771f01,
55         // 4
56         0x01871c30,
57         0x01871d9c,
58         0x01871ea1,
59         0x01871f01,
60         // 5
61         0x01971c40,
62         0x01971d9c,
63         0x01971ea1,
64         0x01971f02,
65         // 6
66         0x01a71c31,
67         0x01a71d34,
68         0x01a71e81,
69         0x01a71f01,
70         // 7
71         0x01b71c1f,
72         0x01b71d44,
73         0x01b71e21,
74         0x01b71f02,
75         // 8
76         0x01c71cf0,
77         0x01c71d11,
78         0x01c71e11,
79         0x01c71f41,
80         // 9
81         0x01d71c3e,
82         0x01d71d01,
83         0x01d71e83,
84         0x01d71f99,
85         // 10
86         0x01e71c20,
87         0x01e71d41,
88         0x01e71e45,
89         0x01e71f01,
90         // 11
91         0x01f71c50,
92         0x01f71d91,
93         0x01f71ec5,
94         0x01f71f01,
95 };
96
97 extern u32 * cim_verb_data;
98 extern u32 cim_verb_data_size;
99