mainboard/[g-p]*: Remove copyright notices
[coreboot.git] / src / mainboard / intel / wtm2 / hda_verb.c
blob11041770e4f0951b76cc2c9cc4f238656d2ef609
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 #include <device/azalia_device.h>
17 const u32 cim_verb_data[] = {
18 /* coreboot specific header */
19 0x10134210, // Codec Vendor / Device ID: Cirrus Logic CS4210
20 0x10134210, // Subsystem ID
21 0x00000007, // Number of jacks
23 /* NID 0x01, HDA Codec Subsystem ID Verb Table: 0x10134210 */
24 AZALIA_SUBVENDOR(0, 0x10134210),
26 /* Pin Widget Verb Table */
28 /* Pin Complex (NID 0x05) 1/8 Gray HP Out at Ext Front */
29 AZALIA_PIN_CFG(0, 0x05, 0x022120f0),
31 /* Pin Complex (NID 0x06) Analog Unknown Speaker at Int N/A */
32 AZALIA_PIN_CFG(0, 0x06, 0x90170010),
34 /* Pin Complex (NID 0x07) 1/8 Grey Line In at Ext Front */
35 AZALIA_PIN_CFG(0, 0x07, 0x02a120f0),
37 /* Pin Complex (NID 0x08) Analog Unknown Mic at Oth Mobile-In */
38 AZALIA_PIN_CFG(0, 0x08, 0x77a70037),
40 /* Pin Complex (NID 0x09) Digital Unknown Mic at Oth Mobile-In */
41 AZALIA_PIN_CFG(0, 0x09, 0x77a6003e),
43 /* Pin Complex (NID 0x0a) Optical Black SPDIF Out at Ext N/A */
44 AZALIA_PIN_CFG(0, 0x0a, 0x434510f0),
46 /* coreboot specific header */
47 0x80862805, // Codec Vendor / Device ID: Intel CougarPoint HDMI
48 0x80860101, // Subsystem ID
49 0x00000004, // Number of jacks
51 /* NID 0x01, HDA Codec Subsystem ID Verb Table: 0x80860101 */
52 AZALIA_SUBVENDOR(3, 0x80860101),
54 /* Pin Complex (NID 0x05) Digital Out at Int HDMI */
55 AZALIA_PIN_CFG(3, 0x05, 0x18560010),
57 /* Pin Complex (NID 0x06) Digital Out at Int HDMI */
58 AZALIA_PIN_CFG(3, 0x06, 0x18560020),
60 /* Pin Complex (NID 0x07) Digital Out at Int HDMI */
61 AZALIA_PIN_CFG(3, 0x07, 0x18560030),
64 const u32 pc_beep_verbs[0] = {};
66 AZALIA_ARRAY_SIZES;