Skip to content

Commit

Permalink
3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jloisel committed Sep 4, 2020
1 parent 5bed914 commit 5384959
Show file tree
Hide file tree
Showing 104 changed files with 255 additions and 3,222 deletions.
Binary file added Audio Fix/.DS_Store
Binary file not shown.
Binary file added Audio Fix/ALCPlugFix
Binary file not shown.
18 changes: 18 additions & 0 deletions Audio Fix/good.win.ALCPlugFix.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>good.win.ALCPlugFix</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/ALCPlugFix</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>ServiceIPC</key>
<false/>
</dict>
</plist>
Binary file added Audio Fix/hda-verb
Binary file not shown.
14 changes: 14 additions & 0 deletions Audio Fix/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash

sudo cp ALCPlugFix /usr/bin
sudo chmod 755 /usr/bin/ALCPlugFix
sudo chown root:wheel /usr/bin/ALCPlugFix
sudo cp hda-verb /usr/bin
sudo chmod 755 /usr/bin/hda-verb
sudo chown root:wheel /usr/bin/hda-verb
sudo cp good.win.ALCPlugFix.plist /Library/LaunchAgents/
sudo chmod 644 /Library/LaunchAgents/good.win.ALCPlugFix.plist
sudo chown root:wheel /Library/LaunchAgents/good.win.ALCPlugFix.plist
sudo launchctl load /Library/LaunchAgents/good.win.ALCPlugFix.plist

exit 0
236 changes: 0 additions & 236 deletions Audio/Resources_ALC3232/Platforms.plist

This file was deleted.

23 changes: 0 additions & 23 deletions Audio/Resources_ALC3232/ahhcd.plist

This file was deleted.

Loading

0 comments on commit 5384959

Please sign in to comment.