coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
hda_verb.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <device/azalia_device.h>
4 
5 const u32 cim_verb_data[] = {
6  0x10ec0292, /* Codec Vendor / Device ID: Realtek */
7  0x17aa220e, /* Subsystem ID */
8  32, /* Number of 4 dword sets */
9  AZALIA_SUBVENDOR(0, 0x17aa220e),
10  AZALIA_RESET(1),
11  AZALIA_PIN_CFG(0, 0x12, 0x90a60130),
12  AZALIA_PIN_CFG(0, 0x13, 0x40000000),
13  AZALIA_PIN_CFG(0, 0x14, 0x90170110),
14  AZALIA_PIN_CFG(0, 0x15, 0x0321101f),
15  AZALIA_PIN_CFG(0, 0x16, 0x411111f0),
16  AZALIA_PIN_CFG(0, 0x18, 0x411111f0),
17  AZALIA_PIN_CFG(0, 0x19, 0x411111f0),
18  AZALIA_PIN_CFG(0, 0x1a, 0x03a11020),
19  AZALIA_PIN_CFG(0, 0x1b, 0x411111f0),
20  AZALIA_PIN_CFG(0, 0x1d, 0x40738105),
21  AZALIA_PIN_CFG(0, 0x1e, 0x411111f0),
22 
23  0x05350000, 0x0534601a, 0x05450000, 0x05442000,
24  0x05350003, 0x05341ef8, 0x05450003, 0x05441ef8,
25  0x05350016, 0x05341ee1, 0x05450016, 0x05441ee1,
26  0x05350023, 0x05341f7b, 0x05450023, 0x05441f7b,
27  0x05350030, 0x05341fbd, 0x05450030, 0x05441fbd,
28  0x05350000, 0x0534e01a, 0x05450030, 0x05441fbd,
29  0x02050020, 0x02048014, 0x02050020, 0x02040014,
30  0x05350000, 0x0534e01a, 0x05450000, 0x0544e01a,
31  0x0205001c, 0x02046800, 0x0205006d, 0x0204aa10,
32  0x02050076, 0x02040009, 0x0205006b, 0x02045029,
33  0x0205006c, 0x0204a400, 0x02050018, 0x02047208,
34  0x0205001a, 0x02049ad2, 0x02050014, 0x02040710,
35  0x02050079, 0x02040b40, 0x02050070, 0x02048800,
36  0x00b3f410, 0x00c3f11f, 0x00c3f001, 0x015707c0,
37  0x0153b080, 0x01470740, 0x0143b000, 0x02050004,
38  0x02040080, 0x01470c02, 0x000f0000, 0x000f0000,
39  0x02050029, 0x02040050, 0x02050025, 0x0204ebc2,
40  0x02050026, 0x02044028, 0x02050029, 0x02040250,
41  0x000f0000, 0x000f0000, 0x02050005, 0x0204ff1f,
42 };
43 
44 const u32 pc_beep_verbs[0] = {};
45 
#define AZALIA_SUBVENDOR(codec, val)
#define AZALIA_PIN_CFG(codec, pin, val)
#define AZALIA_RESET(pin)
const u32 cim_verb_data[]
Definition: hda_verb.c:5
const u32 pc_beep_verbs[]
Definition: hda_verb.c:37
AZALIA_ARRAY_SIZES
Definition: hda_verb.c:39
uint32_t u32
Definition: stdint.h:51