blob: 6ca5f512df6b0fa8f29db3599d9cb4ed6ebce788 [file] [log] [blame]
Noah Glovskycc93ce72016-04-19 15:43:17 -06001/*
2 * This file is part of the coreboot project.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; version 2 of the License.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 */
13
Vladimir Serbinenko55f3e2f2015-05-29 22:07:29 +020014#include <device/azalia_device.h>
15
16const u32 cim_verb_data[] = {
17 0x10134206, /* Codec Vendor / Device ID: Cirrus */
18 0x106b5b00, /* Subsystem ID */
19
20 0x0000000b, /* Number of 4 dword sets */
21 /* NID 0x01: Subsystem ID. */
22 AZALIA_SUBVENDOR(0x0, 0x106b5b00),
23
24 /* NID 0x09. */
25 AZALIA_PIN_CFG(0x0, 0x09, 0x012b4030),
26
27 /* NID 0x0a. */
28 AZALIA_PIN_CFG(0x0, 0x0a, 0x400000f0),
29
30 /* NID 0x0b. */
31 AZALIA_PIN_CFG(0x0, 0x0b, 0x90100120),
32
33 /* NID 0x0c. */
34 AZALIA_PIN_CFG(0x0, 0x0c, 0x400000f0),
35
36 /* NID 0x0d. */
37 AZALIA_PIN_CFG(0x0, 0x0d, 0x90a00110),
38
39 /* NID 0x0e. */
40 AZALIA_PIN_CFG(0x0, 0x0e, 0x400000f0),
41
42 /* NID 0x0f. */
43 AZALIA_PIN_CFG(0x0, 0x0f, 0x400000f0),
44
45 /* NID 0x10. */
46 AZALIA_PIN_CFG(0x0, 0x10, 0x400000f0),
47
48 /* NID 0x12. */
49 AZALIA_PIN_CFG(0x0, 0x12, 0x400000f0),
50
51 /* NID 0x15. */
52 AZALIA_PIN_CFG(0x0, 0x15, 0x400000f0),
53 0x80862805, /* Codec Vendor / Device ID: Intel */
54 0x80860101, /* Subsystem ID */
55
56 0x00000004, /* Number of 4 dword sets */
57 /* NID 0x01: Subsystem ID. */
58 AZALIA_SUBVENDOR(0x3, 0x80860101),
59
60 /* NID 0x05. */
61 AZALIA_PIN_CFG(0x3, 0x05, 0x18560010),
62
63 /* NID 0x06. */
64 AZALIA_PIN_CFG(0x3, 0x06, 0x18560010),
65
66 /* NID 0x07. */
67 AZALIA_PIN_CFG(0x3, 0x07, 0x18560010),
68};
69
70const u32 pc_beep_verbs[0] = {};
71
72AZALIA_ARRAY_SIZES;