soc/intel/ptl: Update ME specification version to 21
[coreboot.git] / src / mainboard / google / fatcat / variants / francka / hda_verb.c
blob2f703b78eea2723e585e4089bd1eb0300fd095ea
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <device/azalia_device.h>
5 const u32 cim_verb_data[] = {
6 /* coreboot specific header */
7 0x10ec0256, /* Codec Vendor / Device ID: Realtek ALC256 */
8 0x10ec12ac, /* Subsystem ID */
9 0x00000013, /* Number of jacks (NID entries) */
11 AZALIA_RESET(0x1),
12 /* NID 0x01, HDA Codec Subsystem ID Verb Table */
13 AZALIA_SUBVENDOR(0, 0x10ec12ac),
15 /* Pin Widget Verb Table */
17 * DMIC
18 * Requirement is to use PCH DMIC. Hence,
19 * commented out codec's Internal DMIC.
20 * AZALIA_PIN_CFG(0, 0x12, 0x90A60130),
21 * AZALIA_PIN_CFG(0, 0x13, 0x40000000),
23 /* Pin widget 0x14 - Front (Port-D) */
24 AZALIA_PIN_CFG(0, 0x14, 0x90170110),
25 /* Pin widget 0x18 - NPC */
26 AZALIA_PIN_CFG(0, 0x18, 0x411111F0),
27 /* Pin widget 0x19 - MIC2 (Port-F) */
28 AZALIA_PIN_CFG(0, 0x19, 0x04A11040),
29 /* Pin widget 0x1A - LINE1 (Port-C) */
30 AZALIA_PIN_CFG(0, 0x1a, 0x411111F0),
31 /* Pin widget 0x1B - NPC */
32 AZALIA_PIN_CFG(0, 0x1b, 0x411111F0),
33 /* Pin widget 0x1D - BEEP-IN */
34 AZALIA_PIN_CFG(0, 0x1d, 0x40610041),
35 /* Pin widget 0x1E - NPC */
36 AZALIA_PIN_CFG(0, 0x1e, 0x411111F0),
37 /* Pin widget 0x21 - HP1-OUT (Port-I) */
38 AZALIA_PIN_CFG(0, 0x21, 0x04211020),
40 * Widget node 0x20 - 1
41 * Codec hidden reset and speaker power 2W/4ohm
43 0x0205001A,
44 0x0204C003,
45 0x02050038,
46 0x02047901,
48 * Widget node 0x20 - 2
49 * Class D power on Reset
51 0x0205003C,
52 0x02040354,
53 0x0205003C,
54 0x02040314,
56 * Widget node 0x20 - 3
57 * Disable AGC and set AGC limit to -1.5dB
59 0x02050016,
60 0x02040C50,
61 0x02050012,
62 0x0204EBC1,
64 * Widget node 0x20 - 4
65 * Set AGC Post gain +1.5dB then Enable AGC
67 0x02050013,
68 0x02044023,
69 0x02050016,
70 0x02040E50,
72 * Widget node 0x20 - 5
73 * Silence detector enabling + Set EAPD to verb control
75 0x02050037,
76 0x0204FE15,
77 0x02050010,
78 0x02040020,
80 * Widget node 0x20 - 6
81 * Silence data mode Threshold (-90dB)
83 0x02050030,
84 0x0204A000,
85 0x0205001B,
86 0x02040A4B,
88 * Widget node 0x20 - 7
89 * Default setting-1
91 0x05750003,
92 0x05740DA3,
93 0x02050046,
94 0x02040004,
96 * Widget node 0x20 - 8
97 * support 1 pin detect two port
99 0x02050009,
100 0x0204E003,
101 0x0205000A,
102 0x02047770,
104 * Widget node 0x20 - 9
105 * To set LDO1/LDO2 as default
107 0x02050008,
108 0x02046A0C,
109 0x02050008,
110 0x02046A0C,
113 const u32 pc_beep_verbs[] = {
114 /* Dos beep path - 1 */
115 0x01470C00,
116 0x02050036,
117 0x02047151,
118 0x01470740,
119 /* Dos beep path - 2 */
120 0x0143b000,
121 0x01470C02,
122 0x01470C02,
123 0x01470C02,
126 AZALIA_ARRAY_SIZES;