mainboard/compulab: add support for CompuLab Intense-PC
[coreboot.git] / src / mainboard / compulab / intense_pc / hda_verb.c
blob5cade62e6fa94240a4f7b3a3dad928120aa23043
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2008-2009 coresystems GmbH
5 * Copyright (C) 2014 Vladimir Serbinenko
6 * Copyright (C) 2017 Hal Martin <hal.martin@gmail.com>
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; version 2 of the License.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
18 #include <device/azalia_device.h>
20 const u32 cim_verb_data[] = {
21 0x10ec0888, /* Codec Vendor / Device ID: Realtek */
22 0x10ec0888, /* Subsystem ID */
24 0x0000000f, /* Number of 4 dword sets */
25 /* NID 0x01: Subsystem ID. */
26 AZALIA_SUBVENDOR(0x0, 0x10ec0888),
28 /* NID 0x11. */
29 AZALIA_PIN_CFG(0x0, 0x11, 0x411110f0),
31 /* NID 0x12. */
32 AZALIA_PIN_CFG(0x0, 0x12, 0x411111f0),
34 /* NID 0x14. */
35 AZALIA_PIN_CFG(0x0, 0x14, 0x01214120),
37 /* NID 0x15. */
38 AZALIA_PIN_CFG(0x0, 0x15, 0x411111f0),
40 /* NID 0x16. */
41 AZALIA_PIN_CFG(0x0, 0x16, 0x411111f0),
43 /* NID 0x17. */
44 AZALIA_PIN_CFG(0x0, 0x17, 0x411111f0),
46 /* NID 0x18. */
47 AZALIA_PIN_CFG(0x0, 0x18, 0x01a19131),
49 /* NID 0x19. */
50 AZALIA_PIN_CFG(0x0, 0x19, 0x411111f0),
52 /* NID 0x1a. */
53 AZALIA_PIN_CFG(0x0, 0x1a, 0x411111f0),
55 /* NID 0x1b. */
56 AZALIA_PIN_CFG(0x0, 0x1b, 0x411111f0),
58 /* NID 0x1c. */
59 AZALIA_PIN_CFG(0x0, 0x1c, 0x411111f0),
61 /* NID 0x1d. */
62 AZALIA_PIN_CFG(0x0, 0x1d, 0x411111f0),
64 /* NID 0x1e. */
65 AZALIA_PIN_CFG(0x0, 0x1e, 0x014421f0),
67 /* NID 0x1f. */
68 AZALIA_PIN_CFG(0x0, 0x1f, 0x01c421f0),
69 0x80862806, /* Codec Vendor / Device ID: Intel */
70 0x80860101, /* Subsystem ID */
72 0x00000004, /* Number of 4 dword sets */
73 /* NID 0x01: Subsystem ID. */
74 AZALIA_SUBVENDOR(0x3, 0x80860101),
76 /* NID 0x05. */
77 AZALIA_PIN_CFG(0x3, 0x05, 0x58560010),
79 /* NID 0x06. */
80 AZALIA_PIN_CFG(0x3, 0x06, 0x18560020),
82 /* NID 0x07. */
83 AZALIA_PIN_CFG(0x3, 0x07, 0x18560030),
86 const u32 pc_beep_verbs[0] = {};
88 AZALIA_ARRAY_SIZES;