This repository has been archived by the owner on May 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fce0d3
commit 9392993
Showing
165 changed files
with
4,498 additions
and
0 deletions.
There are no files selected for viewing
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,121 @@ | ||
<?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>BuildMachineOSBuild</key> | ||
<string>15A284</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleExecutable</key> | ||
<string>AppleHDA</string> | ||
<key>CFBundleGetInfoString</key> | ||
<string>AppleHDA 274.12, Copyright © 2000-2016 Apple Inc. All rights reserved.</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.driver.AppleHDA</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>Apple HDA Driver</string> | ||
<key>CFBundlePackageType</key> | ||
<string>KEXT</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>274.12</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>MacOSX</string> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>274.12</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>7D129b</string> | ||
<key>DTPlatformVersion</key> | ||
<string>GM</string> | ||
<key>DTSDKBuild</key> | ||
<string>15G22</string> | ||
<key>DTSDKName</key> | ||
<string>macosx10.11internal</string> | ||
<key>DTXcode</key> | ||
<string>0730</string> | ||
<key>DTXcodeBuild</key> | ||
<string>7D129b</string> | ||
<key>IOKitPersonalities</key> | ||
<dict> | ||
<key>HDA Driver</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.driver.AppleHDA</string> | ||
<key>IOClass</key> | ||
<string>AppleHDADriver</string> | ||
<key>IOProviderClass</key> | ||
<string>AppleHDACodec</string> | ||
<key>InputSampleLatency</key> | ||
<integer>0</integer> | ||
<key>MultiDisplayPorts</key> | ||
<array> | ||
<integer>32</integer> | ||
<integer>35</integer> | ||
<integer>66</integer> | ||
</array> | ||
<key>OutputSampleLatency</key> | ||
<integer>0</integer> | ||
<key>SampleOffsetPad</key> | ||
<integer>0</integer> | ||
<key>SystemSpecificSampleOffsetPad</key> | ||
<array> | ||
<dict> | ||
<key>LayoutID</key> | ||
<integer>8</integer> | ||
<key>SampleOffsetPad</key> | ||
<integer>260</integer> | ||
</dict> | ||
</array> | ||
</dict> | ||
<key>HDA Generic Codec Driver</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.driver.AppleHDA</string> | ||
<key>IOClass</key> | ||
<string>AppleHDACodecGeneric</string> | ||
<key>IOHDACodecFunctionGroupType</key> | ||
<integer>1</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOHDACodecFunction</string> | ||
</dict> | ||
</dict> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>AppleHDA 274.12, Copyright © 2000-2016 Apple Inc. All rights reserved.</string> | ||
<key>OSBundleLibraries</key> | ||
<dict> | ||
<key>com.apple.driver.AppleHDAController</key> | ||
<string>1.7.2a1</string> | ||
<key>com.apple.driver.DspFuncLib</key> | ||
<string>1.5.2a1</string> | ||
<key>com.apple.iokit.IOACPIFamily</key> | ||
<string>1.2.0a1</string> | ||
<key>com.apple.iokit.IOAudioFamily</key> | ||
<string>200.5</string> | ||
<key>com.apple.iokit.IOGraphicsFamily</key> | ||
<string>2.0</string> | ||
<key>com.apple.iokit.IOHDAFamily</key> | ||
<string>265.88</string> | ||
<key>com.apple.iokit.IONDRVSupport</key> | ||
<string>2.0</string> | ||
<key>com.apple.iokit.IOPCIFamily</key> | ||
<string>1.1</string> | ||
<key>com.apple.kpi.bsd</key> | ||
<string>8.0.0</string> | ||
<key>com.apple.kpi.iokit</key> | ||
<string>8.0.0</string> | ||
<key>com.apple.kpi.libkern</key> | ||
<string>8.0.0</string> | ||
<key>com.apple.kpi.mach</key> | ||
<string>8.0.0</string> | ||
<key>com.apple.kpi.private</key> | ||
<string>8.0.0</string> | ||
</dict> | ||
</dict> | ||
</plist> |
Binary file not shown.
200 changes: 200 additions & 0 deletions
200
Extensions/Audio/AppleHDA.kext/Contents/PlugIns/AppleHDAController.kext/Contents/Info.plist
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,200 @@ | ||
<?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>BuildMachineOSBuild</key> | ||
<string>15A284</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleExecutable</key> | ||
<string>AppleHDAController</string> | ||
<key>CFBundleGetInfoString</key> | ||
<string>AppleHDAController 274.12, Copyright © 2000-2016 Apple Inc. All rights reserved.</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.driver.AppleHDAController</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>HDA Controller Driver</string> | ||
<key>CFBundlePackageType</key> | ||
<string>KEXT</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>274.12</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>MacOSX</string> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>274.12</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>7D129b</string> | ||
<key>DTPlatformVersion</key> | ||
<string>GM</string> | ||
<key>DTSDKBuild</key> | ||
<string>15G22</string> | ||
<key>DTSDKName</key> | ||
<string>macosx10.11internal</string> | ||
<key>DTXcode</key> | ||
<string>0730</string> | ||
<key>DTXcodeBuild</key> | ||
<string>7D129b</string> | ||
<key>IOKitPersonalities</key> | ||
<dict> | ||
<key>BuiltInHDA</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.driver.AppleHDAController</string> | ||
<key>CodecAddressFilterArray</key> | ||
<array> | ||
<dict> | ||
<key>CodecAddressMask</key> | ||
<data> | ||
AQAAAA== | ||
</data> | ||
<key>LayoutID</key> | ||
<integer>16392</integer> | ||
<key>PCIVendorDeviceID</key> | ||
<integer>282987200</integer> | ||
</dict> | ||
<dict> | ||
<key>CodecAddressMask</key> | ||
<data> | ||
AQAAAA== | ||
</data> | ||
<key>LayoutID</key> | ||
<integer>0</integer> | ||
<key>PCIVendorDeviceID</key> | ||
<integer>282987200</integer> | ||
</dict> | ||
<dict> | ||
<key>CodecAddressMask</key> | ||
<data> | ||
CQAAAA== | ||
</data> | ||
<key>LayoutID</key> | ||
<integer>65</integer> | ||
<key>PCIVendorDeviceID</key> | ||
<integer>282987200</integer> | ||
</dict> | ||
<dict> | ||
<key>CodecAddressMask</key> | ||
<data> | ||
AQAAAA== | ||
</data> | ||
<key>LayoutID</key> | ||
<integer>73</integer> | ||
<key>PCIVendorDeviceID</key> | ||
<integer>282987200</integer> | ||
</dict> | ||
</array> | ||
<key>DPAlwaysDisplayRouting</key> | ||
<array> | ||
<integer>3</integer> | ||
<integer>33</integer> | ||
<integer>35</integer> | ||
<integer>88</integer> | ||
</array> | ||
<key>DPAudioDeviceExclusion</key> | ||
<array> | ||
<dict> | ||
<key>ManufacturerID</key> | ||
<integer>1552</integer> | ||
<key>ProductID</key> | ||
<integer>10130</integer> | ||
</dict> | ||
</array> | ||
<key>HighFIFOLimitSupport</key> | ||
<array/> | ||
<key>HwFactoryPrefixTranslation</key> | ||
<array> | ||
<dict> | ||
<key>LayoutID</key> | ||
<integer>78</integer> | ||
<key>SourceDID</key> | ||
<integer>43584</integer> | ||
<key>StandInDID</key> | ||
<integer>43568</integer> | ||
<key>VID</key> | ||
<integer>4098</integer> | ||
</dict> | ||
<dict> | ||
<key>LayoutID</key> | ||
<integer>78</integer> | ||
<key>SourceDID</key> | ||
<integer>43576</integer> | ||
<key>StandInDID</key> | ||
<integer>43568</integer> | ||
<key>VID</key> | ||
<integer>4098</integer> | ||
</dict> | ||
<dict> | ||
<key>LayoutID</key> | ||
<integer>79</integer> | ||
<key>SourceDID</key> | ||
<integer>43584</integer> | ||
<key>StandInDID</key> | ||
<integer>43568</integer> | ||
<key>VID</key> | ||
<integer>4098</integer> | ||
</dict> | ||
<dict> | ||
<key>LayoutID</key> | ||
<integer>79</integer> | ||
<key>SourceDID</key> | ||
<integer>43576</integer> | ||
<key>StandInDID</key> | ||
<integer>43568</integer> | ||
<key>VID</key> | ||
<integer>4098</integer> | ||
</dict> | ||
</array> | ||
<key>IOClass</key> | ||
<string>AppleHDAController</string> | ||
<key>IOPCIClassMatch</key> | ||
<string>0x04010000&0xFFFD0000</string> | ||
<key>IOProviderClass</key> | ||
<string>IOPCIDevice</string> | ||
<key>RequireMaxBusStall</key> | ||
<array> | ||
<dict> | ||
<key>Layouts</key> | ||
<array/> | ||
<key>MaxBusStall</key> | ||
<integer>15000</integer> | ||
</dict> | ||
</array> | ||
</dict> | ||
</dict> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>AppleHDAController 274.12, Copyright © 2000-2016 Apple Inc. All rights reserved.</string> | ||
<key>OSBundleCompatibleVersion</key> | ||
<string>1.0.0d1</string> | ||
<key>OSBundleLibraries</key> | ||
<dict> | ||
<key>com.apple.iokit.IOAudioFamily</key> | ||
<string>200.5</string> | ||
<key>com.apple.iokit.IOGraphicsFamily</key> | ||
<string>2.0</string> | ||
<key>com.apple.iokit.IOHDAFamily</key> | ||
<string>265.88</string> | ||
<key>com.apple.iokit.IOPCIFamily</key> | ||
<string>1.1</string> | ||
<key>com.apple.kpi.bsd</key> | ||
<string>8.0.0</string> | ||
<key>com.apple.kpi.iokit</key> | ||
<string>8.0.0</string> | ||
<key>com.apple.kpi.libkern</key> | ||
<string>8.0.0</string> | ||
<key>com.apple.kpi.mach</key> | ||
<string>8.0.0</string> | ||
<key>com.apple.kpi.private</key> | ||
<string>8.0.0</string> | ||
<key>com.apple.kpi.unsupported</key> | ||
<string>12.0</string> | ||
</dict> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+158 KB
.../AppleHDA.kext/Contents/PlugIns/AppleHDAController.kext/Contents/MacOS/AppleHDAController
Binary file not shown.
Oops, something went wrong.