mainboard/[g-p]*: Remove copyright notices
[coreboot.git] / src / mainboard / hp / snb_ivb_laptops / variants / 8470p / hda_verb.c
blob83b14891f5c9996bd2101ca7cb9972ac159431b0
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 0x111d7605, /* Codec Vendor / Device ID: IDT */
19 0x103c17c2, /* Subsystem ID */
21 11, /* Number of 4 dword sets */
22 /* NID 0x01: Subsystem ID. */
23 AZALIA_SUBVENDOR(0, 0x103c17c2),
25 /* NID 0x0a. */
26 AZALIA_PIN_CFG(0, 0x0a, 0x21011030),
28 /* NID 0x0b. */
29 AZALIA_PIN_CFG(0, 0x0b, 0x0421101f),
31 /* NID 0x0c. */
32 AZALIA_PIN_CFG(0, 0x0c, 0x04a11020),
34 /* NID 0x0d. */
35 AZALIA_PIN_CFG(0, 0x0d, 0x90170110),
37 /* NID 0x0e. */
38 AZALIA_PIN_CFG(0, 0x0e, 0x40f000f0),
40 /* NID 0x0f. */
41 AZALIA_PIN_CFG(0, 0x0f, 0x2181102e),
43 /* NID 0x10. */
44 AZALIA_PIN_CFG(0, 0x10, 0x40f000f0),
46 /* NID 0x11. */
47 AZALIA_PIN_CFG(0, 0x11, 0xd5a30140),
49 /* NID 0x1f. */
50 AZALIA_PIN_CFG(0, 0x1f, 0x40f000f0),
52 /* NID 0x20. */
53 AZALIA_PIN_CFG(0, 0x20, 0x40f000f0),
54 0x80862806, /* Codec Vendor / Device ID: Intel */
55 0x80860101, /* Subsystem ID */
57 4, /* Number of 4 dword sets */
58 /* NID 0x01: Subsystem ID. */
59 AZALIA_SUBVENDOR(3, 0x80860101),
61 /* NID 0x05. */
62 AZALIA_PIN_CFG(3, 0x05, 0x18560010),
64 /* NID 0x06. */
65 AZALIA_PIN_CFG(3, 0x06, 0x18560020),
67 /* NID 0x07. */
68 AZALIA_PIN_CFG(3, 0x07, 0x18560030),
71 const u32 pc_beep_verbs[0] = {};
73 AZALIA_ARRAY_SIZES;