mainboard/[g-p]*: Remove copyright notices
[coreboot.git] / src / mainboard / hp / compaq_8200_elite_sff / hda_verb.c
blob4813fa8cb4086eefdddb5b00a4343805349fba11
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
8 * the License.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
16 #include <device/azalia_device.h>
18 const u32 cim_verb_data[] = {
19 0x10ec0662, /* Codec Vendor / Device ID: Realtek */
20 0x103c1495, /* Subsystem ID */
21 11, /* Number of 4 dword sets */
22 AZALIA_SUBVENDOR(0, 0x103c1495),
23 AZALIA_PIN_CFG(0, 0x14, 0x01014010),
24 AZALIA_PIN_CFG(0, 0x15, 0x99130120),
25 AZALIA_PIN_CFG(0, 0x16, 0x411111f0),
26 AZALIA_PIN_CFG(0, 0x18, 0x01813c30),
27 AZALIA_PIN_CFG(0, 0x19, 0x02a11c3f),
28 AZALIA_PIN_CFG(0, 0x1a, 0x411111f0),
29 AZALIA_PIN_CFG(0, 0x1b, 0x0221101f),
30 AZALIA_PIN_CFG(0, 0x1c, 0x411111f0),
31 AZALIA_PIN_CFG(0, 0x1d, 0x40028101),
32 AZALIA_PIN_CFG(0, 0x1e, 0x411111f0),
34 0x80862805, /* Codec Vendor / Device ID: Intel */
35 0x80861495, /* Subsystem ID */
36 4, /* Number of 4 dword sets */
37 AZALIA_SUBVENDOR(3, 0x80861495),
38 AZALIA_PIN_CFG(3, 0x05, 0x58560010),
39 AZALIA_PIN_CFG(3, 0x06, 0x18560020),
40 AZALIA_PIN_CFG(3, 0x07, 0x58560030),
43 const u32 pc_beep_verbs[0] = {};
45 AZALIA_ARRAY_SIZES;