Skip to content

Commit

Permalink
improve tableid for patchmatic -extract
Browse files Browse the repository at this point in the history
  • Loading branch information
RehabMan committed Oct 10, 2018
1 parent cb55d58 commit a1219d7
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion SSDT-ALC1220.dsl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// CodecCommander configuration for ALC1220
// provided by daliansky @github

DefinitionBlock ("", "SSDT", 1, "hack", "ALC1220", 0)
DefinitionBlock ("", "SSDT", 1, "hack", "_ALC1220", 0)
{
External(_SB.PCI0.HDEF, DeviceObj)
Name(_SB.PCI0.HDEF.RMCF, Package()
Expand Down
4 changes: 2 additions & 2 deletions SSDT-ALC256-insanelydeepak.dsl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// CodecCommander configuration for ALC256 to fix various issue
// repo: https://github.com/insanelydeepak/cloverHDA-for-Mac-OS-Sierra-10.12

DefinitionBlock ("", "SSDT", 1, "hack", "ALC256", 0)
DefinitionBlock ("", "SSDT", 1, "hack", "_ALC256i", 0)
{
External(_SB.PCI0.HDEF, DeviceObj)
Name(_SB.PCI0.HDEF.RMCF, Package()
Expand Down Expand Up @@ -43,4 +43,4 @@ DefinitionBlock ("", "SSDT", 1, "hack", "ALC256", 0)
},
})
}
//EOF
//EOF
2 changes: 1 addition & 1 deletion SSDT-ALC256-vbourachot.dsl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// CodecCommander configuration for ALC256
// From: https://github.com/vbourachot/XPS13-9350-OSX/blob/master/ssdt/SSDT-ALC256.dsl

DefinitionBlock ("", "SSDT", 1, "hack", "ALC256", 0x00003000)
DefinitionBlock ("", "SSDT", 1, "hack", "_ALC256v", 0x00003000)
{
External(_SB.PCI0.HDEF, DeviceObj)
Name(_SB.PCI0.HDEF.RMCF, Package()
Expand Down
2 changes: 1 addition & 1 deletion SSDT-ALC280.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// This data provided by @zirkaiva.
// See here: http://www.tonymacx86.com/el-capitan-laptop-guides/175935-guide-lenovo-t430-el-capitan-34.html#post1239765

DefinitionBlock ("", "SSDT", 1, "hack", "ALC280", 0)
DefinitionBlock ("", "SSDT", 1, "hack", "_ALC280", 0)
{
External(_SB.PCI0.HDEF, DeviceObj)
Name(_SB.PCI0.HDEF.RMCF, Package()
Expand Down
2 changes: 1 addition & 1 deletion SSDT-ALC283.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// Customize to suit your needs.

DefinitionBlock ("", "SSDT", 1, "hack", "ALC283", 0)
DefinitionBlock ("", "SSDT", 1, "hack", "_ALC283", 0)
{
External(_SB.PCI0.HDEF, DeviceObj)
Name(_SB.PCI0.HDEF.RMCF, Package()
Expand Down
2 changes: 1 addition & 1 deletion SSDT-ALC298.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// Customize to suit your needs.

DefinitionBlock ("", "SSDT", 1, "hack", "ALC298", 0)
DefinitionBlock ("", "SSDT", 1, "hack", "_ALC298", 0)
{
External(_SB.PCI0.HDEF, DeviceObj)
Name(_SB.PCI0.HDEF.RMCF, Package()
Expand Down
2 changes: 1 addition & 1 deletion SSDT-ALC298a.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Customize to suit your needs.
// Compile to SSDT-ALC298.aml, place in ACPI/patched. Make sure SortedOrder includes it.

DefinitionBlock ("", "SSDT", 1, "hack", "ALC298a", 0)
DefinitionBlock ("", "SSDT", 1, "hack", "_ALC298a", 0)
{
External(_SB.PCI0.HDEF, DeviceObj)
Name(_SB.PCI0.HDEF.RMCF, Package()
Expand Down
2 changes: 1 addition & 1 deletion SSDT-ALC668.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Customize to suit your needs.
// Compile to SSDT-ALC668.aml, place in ACPI/patched. Make sure SortedOrder includes it.

DefinitionBlock ("", "SSDT", 1, "hack", "ALC668", 0)
DefinitionBlock ("", "SSDT", 1, "hack", "_ALC668", 0)
{
External(_SB.PCI0.HDEF, DeviceObj)
Name(_SB.PCI0.HDEF.RMCF, Package()
Expand Down
2 changes: 1 addition & 1 deletion SSDT-AppleALC.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// As of CodecCommander v2.7.1, CodecCommander detects AppleALC for setting the default
// of these two options false.

DefinitionBlock ("", "SSDT", 1, "hack", "CC-ALC", 0)
DefinitionBlock ("", "SSDT", 1, "hack", "_CCALC", 0)
{
External(_SB.PCI0.HDEF, DeviceObj)
Name(_SB.PCI0.HDEF.RMCF, Package()
Expand Down
2 changes: 1 addition & 1 deletion SSDT-CX20752.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// created by nayeweiyang/XuWang

DefinitionBlock ("", "SSDT", 1, "hack", "CX20752", 0)
DefinitionBlock ("", "SSDT", 1, "hack", "_CX20752", 0)
{
External(_SB.PCI0.HDEF, DeviceObj)

Expand Down

0 comments on commit a1219d7

Please sign in to comment.