acpi_gic: Add helper for platform gicc
[coreboot2.git] / src / mainboard / asrock / fatal1ty_z87_professional / hda_verb.c
blob9c381e650dee3ca22c8803d3e396bee16ecd1552
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <device/azalia_device.h>
5 const u32 cim_verb_data[] = {
6 0x11020011, /* Codec Vendor / Device ID: Creative */
7 0x18491020, /* Subsystem ID */
8 11, /* Number of 4 dword sets */
9 AZALIA_SUBVENDOR(0, 0x18491020),
10 AZALIA_PIN_CFG(0, 0x0b, 0x01014010),
11 AZALIA_PIN_CFG(0, 0x0c, 0x014580f0),
12 AZALIA_PIN_CFG(0, 0x0d, 0x014570f0),
13 AZALIA_PIN_CFG(0, 0x0e, 0x01c530f0),
14 AZALIA_PIN_CFG(0, 0x0f, 0x0221401f),
15 AZALIA_PIN_CFG(0, 0x10, 0x02216011),
16 AZALIA_PIN_CFG(0, 0x11, 0x02012014),
17 AZALIA_PIN_CFG(0, 0x12, 0x37a791f0),
18 AZALIA_PIN_CFG(0, 0x13, 0x908700f0),
19 AZALIA_PIN_CFG(0, 0x18, 0x500000f0),
23 const u32 pc_beep_verbs[0] = {};
25 AZALIA_ARRAY_SIZES;