mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-05 17:33:13 -06:00
119c763300
Enabled automatic output switching headphone/speaker upon plug/unplug. Fix rare audio cracking condition after waking from sleep. See changelog 4/1/2020
21 lines
573 B
Text
21 lines
573 B
Text
<?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/local/bin/ALCPlugFix</string>
|
|
</array>
|
|
<key>RunAtLoad</key>
|
|
<true/>
|
|
<key>ServiceIPC</key>
|
|
<false/>
|
|
<!--Shuold be directory that hda-verb at-->
|
|
<key>WorkingDirectory</key>
|
|
<string>/usr/local/bin/</string>
|
|
</dict>
|
|
</plist>
|