1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <device/azalia_device.h>
5 const u32 cim_verb_data
[] = {
6 /* coreboot specific header */
7 0x111d76b2, /* IDT 92HD71B7X */
8 0x10280233, /* Subsystem ID */
9 13, /* Number of entries */
11 /* Pin Widget Verb Table */
13 AZALIA_PIN_CFG(0, 0x0a, 0x0421101f),
14 AZALIA_PIN_CFG(0, 0x0b, 0x04a11021),
15 AZALIA_PIN_CFG(0, 0x0c, 0x40f000f0),
16 AZALIA_PIN_CFG(0, 0x0d, 0x90170110),
17 AZALIA_PIN_CFG(0, 0x0e, 0x23a1102e),
18 AZALIA_PIN_CFG(0, 0x0f, 0x23011050),
19 AZALIA_PIN_CFG(0, 0x14, 0x40f000f2),
20 AZALIA_PIN_CFG(0, 0x18, 0x90a601a0),
21 AZALIA_PIN_CFG(0, 0x19, 0x40f000f4),
22 AZALIA_PIN_CFG(0, 0x1e, 0x40f000f5),
23 AZALIA_PIN_CFG(0, 0x1f, 0x40f000f6),
24 AZALIA_PIN_CFG(0, 0x20, 0x40f000f7),
25 AZALIA_PIN_CFG(0, 0x27, 0x40f000f0),
28 const u32 pc_beep_verbs
[] = {
29 0x00170500, /* power up codec */
30 0x00d70500, /* power up speakers */
31 0x00d70102, /* select mixer (input 0x2) for speakers */
32 0x00d70740, /* enable speakers output */
33 0x02770720, /* enable beep input */
34 0x01737217, /* unmute beep (mixer's input 0x2), set amp 0dB */
35 0x00d37000, /* unmute speakers */