tree: Use boolean for PchHdaDspEnable
[coreboot.git] / src / mainboard / purism / librem_skl / acpi / mainboard.asl
blobf798e212dc4d2882a3c1e549b82fddf55807c0b3
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 Scope (\_SB)
5         Device (LID0)
6         {
7                 Name (_HID, EisaId ("PNP0C0D"))
9                 Method (_STA)
10                 {
11                         Return (0xF)
12                 }
14                 Method (_LID)
15                 {
16                         Return (\_SB.PCI0.LPCB.EC.LIDS)
17                 }
18         }
20         Device (SLPB)
21         {
22                 Name (_HID, EisaId ("PNP0C0E"))
24                 Method (_STA)
25                 {
26                         Return (0xF)
27                 }
28         }