mainboard/[g-p]*: Remove copyright notices
[coreboot.git] / src / mainboard / intel / kblrvp / variants / rvp3 / include / variant / hda_verb.h
blob725623ae0d00c415522a9eaac3b7d14559d636ff
1 /*
2 * This file is part of the coreboot project.
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation; version 2 of the License.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
15 #ifndef HDA_VERB_H
16 #define HDA_VERB_H
18 #include <device/azalia_device.h>
20 const u32 cim_verb_data[] = {
22 0x8086280B,
23 0x00000000,
24 0x00000005,
27 * Display Audio Verb Table
28 * Enable the third converter and pin first (NID 08h)
30 0x00878101,
31 0x00878101,
32 0x00878101,
33 0x00878101,
35 AZALIA_PIN_CFG(0, 0x05, 0x18560010),
36 AZALIA_PIN_CFG(0, 0x06, 0x18560020),
37 AZALIA_PIN_CFG(0, 0x07, 0x18560030),
39 /* Disable the third converter and third pin (NID 08h) */
40 0x00878100,
41 0x00878100,
42 0x00878100,
43 0x00878100,
45 /* ALC 286 */
46 0x10EC0286,
47 0x00000000,
48 0x00000023,
50 AZALIA_SUBVENDOR(0, 0x10EC108E),
51 AZALIA_PIN_CFG(0, 0x01, 0x00000000),
52 AZALIA_PIN_CFG(0, 0x12, 0x411111F0),
53 AZALIA_PIN_CFG(0, 0x13, 0x40000000),
54 AZALIA_PIN_CFG(0, 0x14, 0x9017011F),
55 AZALIA_PIN_CFG(0, 0x17, 0x90170110),
56 AZALIA_PIN_CFG(0, 0x18, 0x03A11040),
57 AZALIA_PIN_CFG(0, 0x19, 0x411111F0),
58 AZALIA_PIN_CFG(0, 0x1A, 0x411111F0),
59 AZALIA_PIN_CFG(0, 0x1D, 0x4066A22D),
60 AZALIA_PIN_CFG(0, 0x1E, 0x411111F0),
61 AZALIA_PIN_CFG(0, 0x21, 0x03211020),
63 /* Widget node 0x20 */
64 0x02050071,
65 0x02040014,
66 0x02050010,
67 0x02040C22,
68 /* Widget node 0x20 - 1 */
69 0x0205004F,
70 0x02045029,
71 0x0205004F,
72 0x02045029,
73 /* Widget node 0x20 - 2 */
74 0x0205002B,
75 0x02040DD0,
76 0x0205002D,
77 0x02047020,
78 /* Widget node 0x20 - 3 */
79 0x0205000E,
80 0x02046C80,
81 0x01771F90,
82 0x01771F90,
83 /* TI AMP settings */
84 0x02050022,
85 0x0204004C,
86 0x02050023,
87 0x02040000,
89 0x02050025,
90 0x02040000,
91 0x02050026,
92 0x0204B010,
94 0x000F0000,
95 0x000F0000,
96 0x000F0000,
97 0x000F0000,
99 0x000F0000,
100 0x000F0000,
101 0x000F0000,
102 0x000F0000,
104 0x02050022,
105 0x0204004C,
106 0x02050023,
107 0x02040002,
109 0x02050025,
110 0x02040011,
111 0x02050026,
112 0x0204B010,
114 0x000F0000,
115 0x000F0000,
116 0x000F0000,
117 0x000F0000,
119 0x000F0000,
120 0x000F0000,
121 0x000F0000,
122 0x000F0000,
124 0x02050022,
125 0x0204004C,
126 0x02050023,
127 0x0204000D,
129 0x02050025,
130 0x02040010,
131 0x02050026,
132 0x0204B010,
134 0x000F0000,
135 0x000F0000,
136 0x000F0000,
137 0x000F0000,
139 0x000F0000,
140 0x000F0000,
141 0x000F0000,
142 0x000F0000,
144 0x02050022,
145 0x0204004C,
146 0x02050023,
147 0x02040025,
149 0x02050025,
150 0x02040008,
151 0x02050026,
152 0x0204B010,
154 0x000F0000,
155 0x000F0000,
156 0x000F0000,
157 0x000F0000,
159 0x000F0000,
160 0x000F0000,
161 0x000F0000,
162 0x000F0000,
164 0x02050022,
165 0x0204004C,
166 0x02050023,
167 0x02040002,
169 0x02050025,
170 0x02040000,
171 0x02050026,
172 0x0204B010,
174 0x000F0000,
175 0x000F0000,
176 0x000F0000,
177 0x000F0000,
179 0x000F0000,
180 0x000F0000,
181 0x000F0000,
182 0x000F0000,
184 0x02050022,
185 0x0204004C,
186 0x02050023,
187 0x02040003,
189 0x02050025,
190 0x02040000,
191 0x02050026,
192 0x0204B010
195 const u32 pc_beep_verbs[] = {
197 AZALIA_ARRAY_SIZES;
198 #endif