summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i82801gx/acpi/ac97.asl
blob: 6daf941861d03df52db62a503fa211801b0c074a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

/* Intel i82801G AC'97 Audio and Modem */

// Intel AC'97 Audio 0:1e.2

Device (AUD0)
{
	Name (_ADR, 0x001e0002)
}

// Intel AC'97 Modem 0:1e.3

Device (MODM)
{
	Name (_ADR, 0x001e0003)

	Name (_PRW, Package(){ 5, 4 })
}