mainboard/[g-p]*: Remove copyright notices
[coreboot.git] / src / mainboard / purism / librem_bdw / hda_verb.c
blob30c67698085ef541e5bf10aeaf04bf8dfd641f53
1 /*
2 * This file is part of the coreboot project.
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * 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 #include <device/azalia_device.h>
17 const u32 cim_verb_data[] = {
18 /* coreboot specific header */
19 0x10ec0269, /* Codec Vendor / Device ID: Realtek ALC269 */
20 0x19910269, /* Subsystem ID */
21 0x0000000c, /* Number of jacks (NID entries) */
23 0x0017ff00, /* Function Reset */
24 0x0017ff00, /* Double Function Reset */
25 0x0017ff00,
26 0x0017ff00,
28 /* Bits 31:28 - Codec Address */
29 /* Bits 27:20 - NID */
30 /* Bits 19:8 - Verb ID */
31 /* Bits 7:0 - Payload */
33 /* NID 0x01, HDA Codec Subsystem ID Verb Table: 0x19910269 */
34 0x00172069,
35 0x00172102,
36 0x00172291,
37 0x00172319,
39 /* Pin Widget Verb Table */
41 /* Pin Complex (NID 0x12) */
42 0x01271c00,
43 0x01271d00,
44 0x01271e00,
45 0x01271f40,
47 /* Pin Complex (NID 0x14) */
48 0x01471c10,
49 0x01471d01,
50 0x01471e17,
51 0x01471f90,
53 /* Pin Complex (NID 0x17) */
54 0x01771cf0,
55 0x01771d11,
56 0x01771e11,
57 0x01771f41,
59 /* Pin Complex (NID 0x18) */
60 0x01871c20,
61 0x01871d10,
62 0x01871ea1,
63 0x01871f04,
65 /* Pin Complex (NID 0x19) */
66 0x01971c30,
67 0x01971d01,
68 0x01971ea7,
69 0x01971f90,
71 /* Pin Complex (NID 0x1A) */
72 0x01a71cf0,
73 0x01a71d11,
74 0x01a71e11,
75 0x01a71f41,
77 /* Pin Complex (NID 0x1B) */
78 0x01b71cf0,
79 0x01b71d11,
80 0x01b71e11,
81 0x01b71f41,
83 /* Pin Complex (NID 0x1D) */
84 0x01d71c05,
85 0x01d71d9d,
86 0x01d71e56,
87 0x01d71f40,
89 /* Pin Complex (NID 0x1E) */
90 0x01e71cf0,
91 0x01e71d11,
92 0x01e71e11,
93 0x01e71f41,
95 /* Pin Complex (NID 0x21) */
96 0x02171c1f,
97 0x02171d10,
98 0x02171e21,
99 0x02171f04,
102 const u32 pc_beep_verbs[] = {};
104 AZALIA_ARRAY_SIZES;