util/intelp2m: Print the current project version
[coreboot2.git] / src / mainboard / asrock / h81m-hds / hda_verb.c
blobeea210d1d09786396c100d6351859723ad3e9e63
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #include <stdint.h>
4 #include <device/azalia_device.h>
6 const u32 cim_verb_data[] = {
7 0x10ec0662, /* Realtek ALC662 rev1 */
8 0x18497662, /* Subsystem ID */
9 11, /* Number of entries */
10 AZALIA_SUBVENDOR(1, 0x18497662),
11 AZALIA_PIN_CFG(1, 0x14, 0x01014010),
12 AZALIA_PIN_CFG(1, 0x15, 0x40000000),
13 AZALIA_PIN_CFG(1, 0x16, AZALIA_PIN_CFG_NC(0)),
14 AZALIA_PIN_CFG(1, 0x18, 0x01a19040),
15 AZALIA_PIN_CFG(1, 0x19, 0x02a19050),
16 AZALIA_PIN_CFG(1, 0x1a, 0x0181304f),
17 AZALIA_PIN_CFG(1, 0x1b, 0x02214020),
18 AZALIA_PIN_CFG(1, 0x1c, AZALIA_PIN_CFG_NC(0)),
19 AZALIA_PIN_CFG(1, 0x1d, 0x40a4c601),
20 AZALIA_PIN_CFG(1, 0x1e, AZALIA_PIN_CFG_NC(0)),
23 const u32 pc_beep_verbs[] = {};
25 AZALIA_ARRAY_SIZES;