forked from RehabMan/Intel-NUC-DSDT-Patch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SSDT-NUC5.dsl
36 lines (32 loc) · 999 Bytes
/
SSDT-NUC5.dsl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// configuration data for other SSDTs in this pack (NUC5)
DefinitionBlock("", "SSDT", 2, "hack", "RM-NUC5", 0)
{
Device(RMCF)
{
Name(_ADR, 0) // do not remove
// AUDL: Audio Layout
//
// The value here will be used to inject layout-id for HDEF and HDAU
// If set to Ones, no audio injection will be done.
Name(AUDL, 1)
// FAKH: Fake HDMI Aduio
//
// 0: Disable spoofing of HDEF for FakePCIID_Intel_HDMI_Audio.kext
// 1: Allow spoofing of HDEF for FakePCIID_Intel_HDMI_Audio.kext
Name(FAKH, 1)
}
#include "SSDT-PluginType1.dsl"
#include "SSDT-XOSI.dsl"
#include "SSDT-IGPU.dsl"
#include "SSDT-USB.dsl"
#include "SSDT-XHC.dsl"
#include "SSDT-SATA.dsl"
#include "SSDT-NUCHDA.dsl"
#include "SSDT-HDEF.dsl"
#include "SSDT-HDAU.dsl"
#include "SSDT-LPC.dsl"
#include "SSDT-Disable_EHCI.dsl"
#include "SSDT-EC.dsl"
//#include "SSDT-PTS.dsl"
}
//EOF