summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i82801gx/acpi/ac97.asl
blob: 824e36da40e261437ce81f2416b63fe832bb7c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0-only */

/* 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 })
}