treewide: replace GPLv2 long form headers with SPDX header
[coreboot.git] / src / mainboard / asus / maximus_iv_gene-z / hda_verb.c
blobc41035acc9ffe67f7874249ff25700ccfad0f448
1 /* This file is part of the coreboot project. */
2 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 #include <stdint.h>
5 #include <device/azalia_device.h>
7 const u32 cim_verb_data[] = {
8 0x10ec0889, /* Realtek ALC889 */
9 0x10ec0889, /* Subsystem ID */
10 15, /* Number of entries */
11 AZALIA_SUBVENDOR(0, 0x10ec0889),
12 AZALIA_PIN_CFG(0, 0x11, 0x414471f0),
13 AZALIA_PIN_CFG(0, 0x12, 0x59a3112e),
14 AZALIA_PIN_CFG(0, 0x14, 0x01014010),
15 AZALIA_PIN_CFG(0, 0x15, 0x01011014),
16 AZALIA_PIN_CFG(0, 0x16, 0x01016011),
17 AZALIA_PIN_CFG(0, 0x17, 0x01012012),
18 AZALIA_PIN_CFG(0, 0x18, 0x01a19030),
19 AZALIA_PIN_CFG(0, 0x19, 0x02a19020),
20 AZALIA_PIN_CFG(0, 0x1a, 0x01813040),
21 AZALIA_PIN_CFG(0, 0x1b, 0x02214050),
22 AZALIA_PIN_CFG(0, 0x1c, 0x9993114f),
23 AZALIA_PIN_CFG(0, 0x1d, 0x59f00190),
24 AZALIA_PIN_CFG(0, 0x1e, 0x014471f0),
25 AZALIA_PIN_CFG(0, 0x1f, 0x41c451f0),
27 0x80862805, /* Intel CougarPoint HDMI */
28 0x80860101, /* Subsystem ID */
29 4, /* Number of entries */
30 AZALIA_SUBVENDOR(3, 0x80860101),
31 AZALIA_PIN_CFG(3, 0x05, 0x18560010),
32 AZALIA_PIN_CFG(3, 0x06, 0x18560010),
33 AZALIA_PIN_CFG(3, 0x07, 0x18560010),
36 const u32 pc_beep_verbs[] = {};
38 AZALIA_ARRAY_SIZES;