Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jsassu20 committed May 22, 2019
1 parent 4ea0588 commit a9ba084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/Audio Configurations/README.md
Expand Up @@ -12,4 +12,4 @@ Configurations for patching the sound setup on this hackintosh build

### AppleALC

- This folder contains the Lilu plugin AppleALC.kext which is another option for sound functionality on this device. This kext works different by patching the sound configuration on the fly every time the system is loaded unlike the option above which creates a physical kext just for this configuration. AppleALC.kext will function on many different devices provided you have the proper layout-id to reference in the config.plist so that it knows what configuration you're using and it can make the proper adjustments when its loaded. I have modded this kext to work perfectly with the sound configuration of ALC3232 based hardware. The stock kext presents an issue with microphone functionality. I used the files from the ALC3232 configuration and compiled them in place of ALC292 in the AppleALC.kext source code and then used Xcode to compile a new kernel extension and the sound configuration is now perfect. I recommend using this setup as its the same as the other with the added bonus that it supports more hardware than just thin device.
- This folder contains the Lilu plugin AppleALC.kext which is another option for sound functionality on this device. This kext works different by patching the sound configuration on the fly every time the system is loaded unlike the option above which creates a physical kext just for this configuration. AppleALC.kext will function on many different devices provided you have the proper layout-id to reference in the config.plist so that it knows what configuration you're using and it can make the proper adjustments when its loaded. I have modded this kext to work perfectly with the sound configuration of ALC3232 based hardware. The stock kext presents an issue with microphone functionality. I used the files from the ALC3232 configuration and compiled them in place of ALC292 in the AppleALC.kext source code and then used Xcode to compile a new kernel extension and the sound configuration is now perfect. I recommend using this setup as its the same as the other with the added bonus that it supports more hardware than just this device.

0 comments on commit a9ba084

Please sign in to comment.