-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Script audio, updated CodecCommander,USBInjectAll and ALCPLUGINFIX …
- Loading branch information
1 parent
ff2e749
commit 6106fd0
Showing
58 changed files
with
762 additions
and
198 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Empty file.
Empty file.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file modified
BIN
+0 Bytes
(100%)
EFI/CLOVER/kexts/Other/AppleALC.kext/Contents/MacOS/AppleALC
Binary file not shown.
Empty file modified
0
EFI/CLOVER/kexts/Other/AppleALC.kext/Contents/_CodeSignature/CodeResources
100644 → 100755
Empty file.
Empty file.
Binary file modified
BIN
+0 Bytes
(100%)
EFI/CLOVER/kexts/Other/CPUFriend.kext/Contents/MacOS/CPUFriend
Binary file not shown.
Empty file modified
0
EFI/CLOVER/kexts/Other/CPUFriend.kext/Contents/_CodeSignature/CodeResources
100644 → 100755
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+30.1 KB
(130%)
EFI/CLOVER/kexts/Other/CodecCommander.kext/Contents/MacOS/CodecCommander
Binary file not shown.
38 changes: 38 additions & 0 deletions
38
EFI/CLOVER/kexts/Other/CodecCommander.kext/Contents/Resources/Samples/SSDT-ALC1220.dsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
// CodecCommander configuration for ALC1220 | ||
// provided by daliansky @github | ||
|
||
DefinitionBlock ("", "SSDT", 1, "hack", "_ALC1220", 0) | ||
{ | ||
External(_SB.PCI0.HDEF, DeviceObj) | ||
Name(_SB.PCI0.HDEF.RMCF, Package() | ||
{ | ||
"CodecCommander", Package() | ||
{ | ||
"Custom Commands", Package() | ||
{ | ||
Package(){}, // signifies Array instead of Dictionary | ||
Package() | ||
{ | ||
// 0x19 SET_PIN_WIDGET_CONTROL 0x24 | ||
"Command", Buffer() { 0x01, 0x97, 0x07, 0x24 }, | ||
"On Init", ">y", | ||
"On Sleep", ">n", | ||
"On Wake", ">y", | ||
}, | ||
Package() | ||
{ | ||
// 0x1B SET_UNSOLICITED_ENABLE 0x83 | ||
"Command", Buffer() { 0x01, 0xB7, 0x08, 0x83 }, | ||
"On Init", ">y", | ||
"On Sleep", ">n", | ||
"On Wake", ">y", | ||
}, | ||
}, | ||
"Perform Reset", ">y", | ||
//"Perform Reset on External Wake", ">n", // enable if using AppleALC | ||
"Send Delay", 10, | ||
"Sleep Nodes", ">n", | ||
}, | ||
}) | ||
} | ||
//EOF |
46 changes: 46 additions & 0 deletions
46
...kexts/Other/CodecCommander.kext/Contents/Resources/Samples/SSDT-ALC256-insanelydeepak.dsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
// CodecCommander configuration for ALC256 to fix various issue | ||
// repo: https://github.com/insanelydeepak/cloverHDA-for-Mac-OS-Sierra-10.12 | ||
|
||
DefinitionBlock ("", "SSDT", 1, "hack", "_ALC256i", 0) | ||
{ | ||
External(_SB.PCI0.HDEF, DeviceObj) | ||
Name(_SB.PCI0.HDEF.RMCF, Package() | ||
{ | ||
"CodecCommander", Package() | ||
{ | ||
"Custom Commands", Package() | ||
{ | ||
Package(){}, // signifies Array instead of Dictionary | ||
Package() | ||
{ | ||
// 0x19 SET_PIN_WIDGET_CONTROL 0x24 | ||
"Command", Buffer() { 0x01, 0x97, 0x07, 0x24 }, | ||
"On Init", ">y", | ||
"On Sleep", ">n", | ||
"On Wake", ">y", | ||
}, | ||
Package() | ||
{ | ||
// 0x1A SET_PIN_WIDGET_CONTROL 0x20 | ||
"Command", Buffer() { 0x01, 0xA7, 0x07, 0x20 }, | ||
"On Init", ">y", | ||
"On Sleep", ">n", | ||
"On Wake", ">y", | ||
}, | ||
Package() | ||
{ | ||
// 0x21 SET_UNSOLICITED_ENABLE 0x83 | ||
"Command", Buffer() { 0x02, 0x17, 0x08, 0x83 }, | ||
"On Init", ">y", | ||
"On Sleep", ">n", | ||
"On Wake", ">y", | ||
} | ||
}, | ||
"Perform Reset", ">n", | ||
//"Perform Reset on External Wake", ">n", // enable if using AppleALC | ||
"Send Delay", 10, | ||
"Sleep Nodes", ">n", | ||
}, | ||
}) | ||
} | ||
//EOF |
54 changes: 54 additions & 0 deletions
54
...VER/kexts/Other/CodecCommander.kext/Contents/Resources/Samples/SSDT-ALC256-vbourachot.dsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
// CodecCommander configuration for ALC256 | ||
// From: https://github.com/vbourachot/XPS13-9350-OSX/blob/master/ssdt/SSDT-ALC256.dsl | ||
|
||
DefinitionBlock ("", "SSDT", 1, "hack", "_ALC256v", 0x00003000) | ||
{ | ||
External(_SB.PCI0.HDEF, DeviceObj) | ||
Name(_SB.PCI0.HDEF.RMCF, Package() | ||
{ | ||
"CodecCommander", Package() | ||
{ | ||
"Custom Commands", Package() | ||
{ | ||
Package(){}, // signifies Array instead of Dictionary | ||
Package() | ||
{ | ||
// 0x19 SET_PIN_WIDGET_CONTROL 0x25 | ||
"Command", Buffer() { 0x01, 0x97, 0x07, 0x25 }, | ||
"On Init", ">y", | ||
"On Sleep", ">n", | ||
"On Wake", ">y", | ||
}, | ||
Package() | ||
{ | ||
// 0x21 SET_UNSOLICITED_ENABLE 0x83 | ||
"Command", Buffer() { 0x02, 0x17, 0x08, 0x83 }, | ||
"On Init", ">y", | ||
"On Sleep", ">n", | ||
"On Wake", ">y", | ||
}, | ||
Package() | ||
{ | ||
// 0x20 SET_COEF_INDEX 0x36 | ||
"Command", Buffer() { 0x02, 0x05, 0x00, 0x36 }, | ||
"On Init", ">y", | ||
"On Sleep", ">n", | ||
"On Wake", ">y", | ||
}, | ||
Package() | ||
{ | ||
// 0x20 SET_PROC_COEF 0x1737 | ||
"Command", Buffer() { 0x02, 0x04, 0x17, 0x37 }, | ||
"On Init", ">y", | ||
"On Sleep", ">n", | ||
"On Wake", ">y", | ||
}, | ||
}, | ||
"Perform Reset", ">n", | ||
//"Perform Reset on External Wake", ">n", // enable if using AppleALC | ||
"Send Delay", 10, | ||
"Sleep Nodes", ">n", | ||
}, | ||
}) | ||
} | ||
//EOF |
45 changes: 45 additions & 0 deletions
45
EFI/CLOVER/kexts/Other/CodecCommander.kext/Contents/Resources/Samples/SSDT-ALC280.dsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
// This SSDT demonstrates a custom configuration for ALC280. | ||
|
||
// If you had a codec that needed the same configuration, you could | ||
// load this SSDT in order to implement it without modifying the kext. | ||
// It will override the defaults specfied by the CodecCommander Info.plist | ||
|
||
// Customize to suit your needs. | ||
|
||
// 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) | ||
{ | ||
External(_SB.PCI0.HDEF, DeviceObj) | ||
Name(_SB.PCI0.HDEF.RMCF, Package() | ||
{ | ||
"CodecCommander", Package() | ||
{ | ||
"Custom Commands", Package() | ||
{ | ||
Package(){}, // signifies Array instead of Dictionary | ||
Package() | ||
{ | ||
// 0x15 SET_UNSOLICITED_ENABLE 0x83 | ||
"Command", Buffer() { 0x01, 0x57, 0x08, 0x83 }, | ||
"On Init", ">y", | ||
"On Sleep", ">n", | ||
"On Wake", ">y", | ||
}, | ||
Package() | ||
{ | ||
// 0x1a SET_PIN_WIDGET_CONTROL 0x24 | ||
// Node 0x1a - Pin Control (In Enable / VRefEn) | ||
"Command", Buffer() { 0x01, 0xa7, 0x07, 0x24 }, | ||
"On Init", ">y", | ||
"On Sleep", ">n", | ||
"On Wake", ">y", | ||
}, | ||
}, | ||
//"Perform Reset", ">n", // enable if using AppleALC | ||
//"Perform Reset on External Wake", ">n", // enable if using AppleALC | ||
}, | ||
}) | ||
} | ||
//EOF |
Oops, something went wrong.