coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
hda_verb.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef GA_B75_D3V_HDA_VERB_H
4 #define GA_B75_D3V_HDA_VERB_H
5 
6 const u32 cim_verb_data[] = {
7  /* coreboot specific header */
8  0x10ec0887, // Realtek 887
9  0x1458a002, // Subsystem ID
10  0x0000000e, // Number of entries
11 
12  /* NID 0x01: Subsystem ID. */
13  AZALIA_SUBVENDOR(2, 0x1458a002),
14 
15  /* Pin Widget Verb Table */
16  AZALIA_PIN_CFG(2, 0x11, 0x99430130),
17  AZALIA_PIN_CFG(2, 0x12, 0x411111f0),
18  AZALIA_PIN_CFG(2, 0x14, 0x01014410),
19  AZALIA_PIN_CFG(2, 0x15, 0x411111f0),
20  AZALIA_PIN_CFG(2, 0x16, 0x411111f0),
21  AZALIA_PIN_CFG(2, 0x17, 0x411111f0),
22  AZALIA_PIN_CFG(2, 0x18, 0x01a19c50),
23  AZALIA_PIN_CFG(2, 0x19, 0x02a19c60),
24  AZALIA_PIN_CFG(2, 0x1a, 0x0181345f),
25  AZALIA_PIN_CFG(2, 0x1b, 0x02214c20),
26  AZALIA_PIN_CFG(2, 0x1c, 0x411111f0),
27  AZALIA_PIN_CFG(2, 0x1d, 0x4004c601),
28  AZALIA_PIN_CFG(2, 0x1e, 0x411111f0),
29  AZALIA_PIN_CFG(2, 0x1f, 0x411111f0),
30 };
31 
32 #endif
#define AZALIA_SUBVENDOR(codec, val)
#define AZALIA_PIN_CFG(codec, pin, val)
const u32 cim_verb_data[]
Definition: hda_verb.h:6
uint32_t u32
Definition: stdint.h:51