blob: c4c0286ae52e1952a9a40e635324575c7bd7c1bd [file] [log] [blame]
Bill XIEc756be22023-03-16 16:37:22 +08001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <device/azalia_device.h>
4
5const u32 cim_verb_data[] = {
6 0x111d7605, /* Codec Vendor / Device ID: IDT */
7 0x103c1815, /* Subsystem ID */
8 11, /* Number of 4 dword sets */
9 AZALIA_SUBVENDOR(0, 0x103c1815),
10 AZALIA_PIN_CFG(0, 0x0a, 0x21011030),
11 AZALIA_PIN_CFG(0, 0x0b, 0x0421101f),
12 AZALIA_PIN_CFG(0, 0x0c, 0x03a11020),
13 AZALIA_PIN_CFG(0, 0x0d, 0x90170110),
14 AZALIA_PIN_CFG(0, 0x0e, 0x40f000f0),
15 AZALIA_PIN_CFG(0, 0x0f, 0x2181102e),
16 AZALIA_PIN_CFG(0, 0x10, 0x40f000f0),
17 AZALIA_PIN_CFG(0, 0x11, 0xd5a30140),
18 AZALIA_PIN_CFG(0, 0x1f, 0x40f000f0),
19 AZALIA_PIN_CFG(0, 0x20, 0x40f000f0),
20
21 0x80862806, /* Codec Vendor / Device ID: Intel */
22 0x80860101, /* Subsystem ID */
23 4, /* Number of 4 dword sets */
24 AZALIA_SUBVENDOR(3, 0x80860101),
25 AZALIA_PIN_CFG(3, 0x05, 0x18560010),
26 AZALIA_PIN_CFG(3, 0x06, 0x18560020),
27 AZALIA_PIN_CFG(3, 0x07, 0x18560030),
28};
29
30const u32 pc_beep_verbs[0] = {};
31
32AZALIA_ARRAY_SIZES;