summaryrefslogtreecommitdiff
path: root/src/mainboard/dell/optiplex_9020/hda_verb.c
blob: 2f3ac8945128e6db426f57487015cbcc766429d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* SPDX-License-Identifier: GPL-2.0-only */

#include <stdint.h>
#include <device/azalia_device.h>

const u32 cim_verb_data[] = {
	0x10ec0280, /* Realtek ALC3220 */
	0x102805a5, /* Subsystem ID */
	13,	 /* Number of entries */
	AZALIA_SUBVENDOR(0, 0x102805a5),
	AZALIA_PIN_CFG(0, 0x12, 0x4008c000),
	AZALIA_PIN_CFG(0, 0x13, AZALIA_PIN_CFG_NC(0)),
	AZALIA_PIN_CFG(0, 0x14, 0x90170110),
	AZALIA_PIN_CFG(0, 0x15, 0x0221401f),
	AZALIA_PIN_CFG(0, 0x16, AZALIA_PIN_CFG_NC(0)),
	AZALIA_PIN_CFG(0, 0x17, AZALIA_PIN_CFG_NC(0)),
	AZALIA_PIN_CFG(0, 0x18, 0x01a13040),
	AZALIA_PIN_CFG(0, 0x19, AZALIA_PIN_CFG_NC(0)),
	AZALIA_PIN_CFG(0, 0x1a, 0x02a19030),
	AZALIA_PIN_CFG(0, 0x1b, 0x01014020),
	AZALIA_PIN_CFG(0, 0x1d, 0x40400001),
	AZALIA_PIN_CFG(0, 0x1e, AZALIA_PIN_CFG_NC(0)),
};

const u32 pc_beep_verbs[] = {};

AZALIA_ARRAY_SIZES;