lib/smbios: Improve Type9
[coreboot2.git] / src / southbridge / intel / bd82x6x / acpi / audio.asl
blob6a9832de532477dbc52bd33397e20b8b2b5887d6
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* Intel PCH HDA */
5 // Intel High Definition Audio (Azalia) 0:1b.0
7 Device (HDEF)
9         Name (_ADR, 0x001b0000)
11         // Power Resources for Wake
12         Name (_PRW, Package(){
13                 13,  // Bit 13 of GPE
14                  4   // Can wake from S4 state.
15         })