forked from acidanthera/AppleALC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodecLookup.plist
36 lines (36 loc) · 860 Bytes
/
CodecLookup.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?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">
<array>
<dict>
<key>Comment</key>
<string>All analog audio</string>
<key>Detect</key>
<true/>
<key>Tree</key>
<array>
<string>AppleACPIPCI</string>
<string>HDEF</string>
<string>AppleHDAController</string>
<string>IOHDACodecDevice</string>
</array>
<key>controllerNum</key>
<integer>1</integer>
</dict>
<dict>
<key>Comment</key>
<string>Skylake 9D70 Controller</string>
<key>Detect</key>
<true/>
<key>Tree</key>
<array>
<string>AppleACPIPCI</string>
<string>HDEF</string>
<string>AppleHDA8086_9D70Controller</string>
<string>IOHDACodecDevice</string>
</array>
<key>controllerNum</key>
<integer>1</integer>
</dict>
</array>
</plist>