summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/broadwell/acpi/hda.asl
blob: e6d410c6f4bc751620ea19d0e90a6b1a64267054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

/* Intel PCH HDA */

// Intel High Definition Audio (Azalia) 0:1b.0

Device (HDEF)
{
	Name (_ADR, 0x001b0000)
	Name (_PRW, Package () { 0x6d, 3 })
}