repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tree: Use boolean for PchHdaDspEnable
[coreboot.git]
/
src
/
mainboard
/
purism
/
librem_skl
/
acpi
/
mainboard.asl
blob
f798e212dc4d2882a3c1e549b82fddf55807c0b3
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
Scope (\_SB)
4
{
5
Device (LID0)
6
{
7
Name (_HID, EisaId ("PNP0C0D"))
8
9
Method (_STA)
10
{
11
Return (0xF)
12
}
13
14
Method (_LID)
15
{
16
Return (\_SB.PCI0.LPCB.EC.LIDS)
17
}
18
}
19
20
Device (SLPB)
21
{
22
Name (_HID, EisaId ("PNP0C0E"))
23
24
Method (_STA)
25
{
26
Return (0xF)
27
}
28
}
29
}