repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lib/smbios: Improve Type9
[coreboot2.git]
/
src
/
southbridge
/
intel
/
bd82x6x
/
acpi
/
audio.asl
blob
6a9832de532477dbc52bd33397e20b8b2b5887d6
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
/* Intel PCH HDA */
4
5
// Intel High Definition Audio (Azalia) 0:1b.0
6
7
Device (HDEF)
8
{
9
Name (_ADR, 0x001b0000)
10
11
// Power Resources for Wake
12
Name (_PRW, Package(){
13
13, // Bit 13 of GPE
14
4 // Can wake from S4 state.
15
})
16
}