treewide: replace GPLv2 long form headers with SPDX header
[coreboot.git] / src / mainboard / packardbell / ms2290 / hda_verb.c
blob1697cded54aff4013e9d89d97d892e075e5c7a62
1 /* This file is part of the coreboot project. */
2 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 #include <device/azalia_device.h>
6 const u32 cim_verb_data[] = {
7 0x10ec0272, /* Codec Vendor / Device ID: Realtek ALC272X */
8 0x10250379, /* Subsystem ID */
9 6, /* Number of 4 dword sets */
10 AZALIA_SUBVENDOR(0, 0x10250379),
11 AZALIA_PIN_CFG(0, 0x14, 0x99130110),
12 AZALIA_PIN_CFG(0, 0x18, 0x03a11830),
13 AZALIA_PIN_CFG(0, 0x19, 0x99a30920),
14 AZALIA_PIN_CFG(0, 0x1d, 0x4017992d),
15 AZALIA_PIN_CFG(0, 0x21, 0x0321101f),
17 0x80862804, /* Codec Vendor / Device ID: Intel Ibexpeak HDMI */
18 0x80860101, /* Subsystem ID */
19 4, /* Number of 4 dword sets */
20 AZALIA_SUBVENDOR(3, 0x80860101),
21 AZALIA_PIN_CFG(3, 0x04, 0x18560010),
22 AZALIA_PIN_CFG(3, 0x05, 0x58560020),
23 AZALIA_PIN_CFG(3, 0x06, 0x58560030),
26 const u32 pc_beep_verbs[0] = {};
28 AZALIA_ARRAY_SIZES;