Skip to content

Commit

Permalink
Wider codec support
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Mar 10, 2016
1 parent 3e63544 commit 5d16f75
Show file tree
Hide file tree
Showing 10 changed files with 1,556 additions and 125 deletions.
1,517 changes: 1,395 additions & 122 deletions AppleALC/kern_resources.cpp

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ AppleALC Changelog
- Added optional device-id comparison to patch and file matching
- Added PinConfs plugin injecting pin configurations
- Added AD1988B codec support (by Rodion)
- Added ALC888 codec support (by Vandroiy)
- Added ALC269VC (Lenovo Z580) codec support (by John)
- Added ALC889 codec support (by Ukr55)
- Added ALC269 (Acer Aspire) codec support (by Andrey1970)
- Added ALC282 codec support (by S.Mitrofanov)
- Added ALC887 codec support (by x-tropic)
- Added ALC888 codec support (by Vandroiy)
- Added ALC889 codec support (by Ukr55)
- Added ALC892 codec support (by FredWst, m-dudarev)
- Added ALC898 codec support (by Andrey1970)

- Added CX20590 codec support (by usr-sse2)

#### v1.0.0
- Initial release
66 changes: 66 additions & 0 deletions Resources/ALC887/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<?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>Author</key>
<string>x-tropic</string>
<key>CodecID</key>
<integer>2183</integer>
<key>CodecName</key>
<string>ALC887</string>
<key>Files</key>
<dict>
<key>Layouts</key>
<array>
<dict>
<key>Id</key>
<integer>1</integer>
<key>Path</key>
<string>layout1.xml.zlib</string>
</dict>
</array>
<key>Platforms</key>
<array>
<dict>
<key>Id</key>
<integer>1</integer>
<key>Path</key>
<string>Platforms.xml.zlib</string>
</dict>
</array>
</dict>
<key>Patches</key>
<array>
<dict>
<key>Count</key>
<integer>2</integer>
<key>Find</key>
<data>ixnUEQ==</data>
<key>MinKernel</key>
<integer>13</integer>
<key>Name</key>
<string>AppleHDA</string>
<key>Replace</key>
<data>hwjsEA==</data>
</dict>
<dict>
<key>Count</key>
<integer>2</integer>
<key>Find</key>
<data>gxnUEQ==</data>
<key>MinKernel</key>
<integer>13</integer>
<key>Name</key>
<string>AppleHDA</string>
<key>Replace</key>
<data>AAAAAA==</data>
</dict>
</array>
<key>Revisions</key>
<array>
<integer>1049346</integer>
</array>
<key>Vendor</key>
<string>Realtek</string>
</dict>
</plist>
Binary file added Resources/ALC887/Platforms.xml.zlib
Binary file not shown.
Binary file added Resources/ALC887/layout1.xml.zlib
Binary file not shown.
90 changes: 90 additions & 0 deletions Resources/ALC892/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<?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>Author</key>
<string>FredWst, m-dudarev</string>
<key>CodecID</key>
<integer>2194</integer>
<key>CodecName</key>
<string>ALC892</string>
<key>Files</key>
<dict>
<key>Layouts</key>
<array>
<dict>
<key>Id</key>
<integer>1</integer>
<key>Path</key>
<string>layout1.xml.zlib</string>
</dict>
<dict>
<key>Id</key>
<integer>2</integer>
<key>Path</key>
<string>layout2.xml.zlib</string>
</dict>
<dict>
<key>Id</key>
<integer>3</integer>
<key>Path</key>
<string>layout3.xml.zlib</string>
</dict>
</array>
<key>Platforms</key>
<array>
<dict>
<key>Id</key>
<integer>1</integer>
<key>Path</key>
<string>Platforms.xml.zlib</string>
</dict>
<dict>
<key>Id</key>
<integer>2</integer>
<key>Path</key>
<string>Platforms.xml.zlib</string>
</dict>
<dict>
<key>Id</key>
<integer>3</integer>
<key>Path</key>
<string>Platforms.xml.zlib</string>
</dict>
</array>
</dict>
<key>Patches</key>
<array>
<dict>
<key>Count</key>
<integer>2</integer>
<key>Find</key>
<data>ixnUEQ==</data>
<key>MinKernel</key>
<integer>13</integer>
<key>Name</key>
<string>AppleHDA</string>
<key>Replace</key>
<data>kgjsEA==</data>
</dict>
<dict>
<key>Count</key>
<integer>2</integer>
<key>Find</key>
<data>gxnUEQ==</data>
<key>MinKernel</key>
<integer>15</integer>
<key>Name</key>
<string>AppleHDA</string>
<key>Replace</key>
<data>AAAAAA==</data>
</dict>
</array>
<key>Revisions</key>
<array>
<integer>1049346</integer>
</array>
<key>Vendor</key>
<string>Realtek</string>
</dict>
</plist>
Binary file added Resources/ALC892/Platforms.xml.zlib
Binary file not shown.
Binary file added Resources/ALC892/layout1.xml.zlib
Binary file not shown.
Binary file added Resources/ALC892/layout2.xml.zlib
Binary file not shown.
Binary file added Resources/ALC892/layout3.xml.zlib
Binary file not shown.

0 comments on commit 5d16f75

Please sign in to comment.