Skip to content

Commit fa137fb

Browse files
committed
- Update VoodooHDA Version
1 parent 12b23d1 commit fa137fb

9 files changed

Lines changed: 181 additions & 127 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
uses: softprops/action-gh-release@v3
3939
with:
4040
files: deploy/*
41-
tag_name: 1.11.4
42-
name: 1.11.4
41+
tag_name: 1.11.5
42+
name: 1.11.5
4343
body: ${{ github.event.head_commit.message }}
4444
prerelease: false
4545
generate_release_notes: true
Lines changed: 166 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -1,116 +1,170 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4-
<dict>
5-
<key>BuildMachineOSBuild</key>
6-
<string>24G517</string>
7-
<key>CFBundleDevelopmentRegion</key>
8-
<string>English</string>
9-
<key>CFBundleExecutable</key>
10-
<string>VoodooHDA</string>
11-
<key>CFBundleIdentifier</key>
12-
<string>org.voodoo.driver.VoodooHDA</string>
13-
<key>CFBundleInfoDictionaryVersion</key>
14-
<string>6.0</string>
15-
<key>CFBundleName</key>
16-
<string>VoodooHDA</string>
17-
<key>CFBundlePackageType</key>
18-
<string>KEXT</string>
19-
<key>CFBundleShortVersionString</key>
20-
<string>3.1.2</string>
21-
<key>CFBundleSignature</key>
22-
<string>????</string>
23-
<key>CFBundleSupportedPlatforms</key>
24-
<array>
25-
<string>MacOSX</string>
26-
</array>
27-
<key>CFBundleVersion</key>
28-
<string>3.1.2</string>
29-
<key>DTCompiler</key>
30-
<string>com.apple.compilers.llvm.clang.1_0</string>
31-
<key>DTPlatformBuild</key>
32-
<string>25C57</string>
33-
<key>DTPlatformName</key>
34-
<string>macosx</string>
35-
<key>DTPlatformVersion</key>
36-
<string>26.2</string>
37-
<key>DTSDKBuild</key>
38-
<string>25C57</string>
39-
<key>DTSDKName</key>
40-
<string>macosx26.2</string>
41-
<key>DTXcode</key>
42-
<string>2620</string>
43-
<key>DTXcodeBuild</key>
44-
<string>17C52</string>
45-
<key>IOKitPersonalities</key>
46-
<dict>
47-
<key>VoodooHDA</key>
48-
<dict>
49-
<key>AllowMSI</key>
50-
<true/>
51-
<key>Boost</key>
52-
<integer>1</integer>
53-
<key>CFBundleIdentifier</key>
54-
<string>org.voodoo.driver.VoodooHDA</string>
55-
<key>DisableInputMonitor</key>
56-
<true/>
57-
<key>IOClass</key>
58-
<string>VoodooHDADevice</string>
59-
<key>IONameMatch</key>
60-
<string>HDAS</string>
61-
<key>IOProviderClass</key>
62-
<string>IOPCIDevice</string>
63-
<key>IOUserClientClass</key>
64-
<string>VoodooHDAUserClient</string>
65-
<key>InhibitCache</key>
66-
<false/>
67-
<key>LayoutId</key>
68-
<integer>80</integer>
69-
<key>MixerValues</key>
70-
<dict>
71-
<key>PCM</key>
72-
<integer>95</integer>
73-
<key>Rec</key>
74-
<integer>95</integer>
75-
<key>iGain</key>
76-
<integer>0</integer>
77-
<key>iMix</key>
78-
<integer>95</integer>
79-
</dict>
80-
<key>NodesToPatch</key>
81-
<array/>
82-
<key>Noise</key>
83-
<integer>0</integer>
84-
<key>Vectorize</key>
85-
<true/>
86-
<key>VoodooHDAEnableHalfMicVolumeFix</key>
87-
<false/>
88-
<key>VoodooHDAEnableHalfVolumeFix</key>
89-
<false/>
90-
<key>VoodooHDAEnableMuteFix</key>
91-
<false/>
92-
<key>VoodooHDAEnableVolumeChangeFix</key>
93-
<false/>
94-
<key>VoodooHDAVerboseLevel</key>
95-
<integer>2</integer>
96-
</dict>
97-
</dict>
98-
<key>LSMinimumSystemVersion</key>
99-
<string>10.13</string>
100-
<key>OSBundleLibraries</key>
101-
<dict>
102-
<key>com.apple.iokit.IOAudioFamily</key>
103-
<string>1.1fc9</string>
104-
<key>com.apple.iokit.IOPCIFamily</key>
105-
<string>2.1</string>
106-
<key>com.apple.kpi.iokit</key>
107-
<string>9.0.0</string>
108-
<key>com.apple.kpi.libkern</key>
109-
<string>9.0.0</string>
110-
<key>com.apple.kpi.mach</key>
111-
<string>9.0.0</string>
112-
<key>com.apple.kpi.unsupported</key>
113-
<string>9.0.0</string>
114-
</dict>
115-
</dict>
4+
<dict>
5+
<key>BuildMachineOSBuild</key>
6+
<string>25F84</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>English</string>
9+
<key>CFBundleExecutable</key>
10+
<string>VoodooHDA</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>org.voodoo.driver.VoodooHDA</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>VoodooHDA</string>
17+
<key>CFBundlePackageType</key>
18+
<string>KEXT</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>3.6.5</string>
21+
<key>CFBundleSignature</key>
22+
<string>????</string>
23+
<key>CFBundleSupportedPlatforms</key>
24+
<array>
25+
<string>MacOSX</string>
26+
</array>
27+
<key>CFBundleVersion</key>
28+
<string>3.6.5</string>
29+
<key>DTCompiler</key>
30+
<string>com.apple.compilers.llvm.clang.1_0</string>
31+
<key>DTPlatformBuild</key>
32+
<string>25C57</string>
33+
<key>DTPlatformName</key>
34+
<string>macosx</string>
35+
<key>DTPlatformVersion</key>
36+
<string>26.2</string>
37+
<key>DTSDKBuild</key>
38+
<string>25C57</string>
39+
<key>DTSDKName</key>
40+
<string>macosx26.2</string>
41+
<key>DTXcode</key>
42+
<string>2620</string>
43+
<key>DTXcodeBuild</key>
44+
<string>17C52</string>
45+
<key>IOKitPersonalities</key>
46+
<dict>
47+
<key>VoodooHDA</key>
48+
<dict>
49+
<key>AllowMSI</key>
50+
<true/>
51+
<key>Boost</key>
52+
<integer>1</integer>
53+
<key>CFBundleIdentifier</key>
54+
<string>org.voodoo.driver.VoodooHDA</string>
55+
<key>DisableInputMonitor</key>
56+
<true/>
57+
<key>IOClass</key>
58+
<string>VoodooHDADevice</string>
59+
<key>IONameMatch</key>
60+
<string>HDAS</string>
61+
<key>IOProviderClass</key>
62+
<string>IOPCIDevice</string>
63+
<key>IOUserClientClass</key>
64+
<string>VoodooHDAUserClient</string>
65+
<key>InhibitCache</key>
66+
<false/>
67+
<key>LayoutId</key>
68+
<integer>0</integer>
69+
<key>MixerValues</key>
70+
<dict>
71+
<key>PCM</key>
72+
<integer>95</integer>
73+
<key>Rec</key>
74+
<integer>95</integer>
75+
<key>iGain</key>
76+
<integer>0</integer>
77+
<key>iMix</key>
78+
<integer>95</integer>
79+
</dict>
80+
<key>NodesToPatch</key>
81+
<array/>
82+
<key>Noise</key>
83+
<integer>0</integer>
84+
<key>Vectorize</key>
85+
<true/>
86+
<key>VoodooHDAEnableHalfMicVolumeFix</key>
87+
<false/>
88+
<key>VoodooHDAEnableHalfVolumeFix</key>
89+
<false/>
90+
<key>VoodooHDAEnableMuteFix</key>
91+
<false/>
92+
<key>VoodooHDAEnableVolumeChangeFix</key>
93+
<false/>
94+
<key>VoodooHDAVerboseLevel</key>
95+
<integer>0</integer>
96+
</dict>
97+
<key>VoodooHDA-HDMI</key>
98+
<dict>
99+
<key>AllowMSI</key>
100+
<true/>
101+
<key>Boost</key>
102+
<integer>0</integer>
103+
<key>CFBundleIdentifier</key>
104+
<string>org.voodoo.driver.VoodooHDA</string>
105+
<key>DisableInputMonitor</key>
106+
<true/>
107+
<key>IOClass</key>
108+
<string>VoodooHDADevice</string>
109+
<key>IOPCIClassMatch</key>
110+
<string>0x04000000&amp;0xfffc0000</string>
111+
<key>IOPCIMatch</key>
112+
<string>0xAA001002&amp;0xfe00ffff</string>
113+
<key>IOProbeScore</key>
114+
<integer>100000</integer>
115+
<key>IOProviderClass</key>
116+
<string>IOPCIDevice</string>
117+
<key>IOUserClientClass</key>
118+
<string>VoodooHDAUserClient</string>
119+
<key>InhibitCache</key>
120+
<true/>
121+
<key>MixerValues</key>
122+
<dict>
123+
<key>PCM</key>
124+
<integer>95</integer>
125+
<key>Rec</key>
126+
<integer>95</integer>
127+
<key>iGain</key>
128+
<integer>0</integer>
129+
<key>iMix</key>
130+
<integer>95</integer>
131+
</dict>
132+
<key>NodesToPatch</key>
133+
<array/>
134+
<key>Noise</key>
135+
<integer>0</integer>
136+
<key>Vectorize</key>
137+
<true/>
138+
<key>VoodooHDAEnableHalfMicVolumeFix</key>
139+
<false/>
140+
<key>VoodooHDAEnableHalfVolumeFix</key>
141+
<false/>
142+
<key>VoodooHDAEnableMuteFix</key>
143+
<false/>
144+
<key>VoodooHDAEnableVolumeChangeFix</key>
145+
<false/>
146+
<key>VoodooHDAVerboseLevel</key>
147+
<integer>0</integer>
148+
</dict>
149+
</dict>
150+
<key>LSMinimumSystemVersion</key>
151+
<string>10.13</string>
152+
<key>OSBundleLibraries</key>
153+
<dict>
154+
<key>com.apple.iokit.IOAudioFamily</key>
155+
<string>1.1fc9</string>
156+
<key>com.apple.iokit.IOGraphicsFamily</key>
157+
<string>2.0</string>
158+
<key>com.apple.iokit.IOPCIFamily</key>
159+
<string>2.1</string>
160+
<key>com.apple.kpi.iokit</key>
161+
<string>9.0.0</string>
162+
<key>com.apple.kpi.libkern</key>
163+
<string>9.0.0</string>
164+
<key>com.apple.kpi.mach</key>
165+
<string>9.0.0</string>
166+
<key>com.apple.kpi.unsupported</key>
167+
<string>9.0.0</string>
168+
</dict>
169+
</dict>
116170
</plist>
Binary file not shown.

Universal-Binaries/11.3/Library/PreferencePanes/VoodooHDA.prefPane/Contents/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>24G517</string>
6+
<string>25E246</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>English</string>
99
<key>CFBundleExecutable</key>
@@ -31,19 +31,19 @@
3131
<key>DTCompiler</key>
3232
<string>com.apple.compilers.llvm.clang.1_0</string>
3333
<key>DTPlatformBuild</key>
34-
<string>25C57</string>
34+
<string>25E236</string>
3535
<key>DTPlatformName</key>
3636
<string>macosx</string>
3737
<key>DTPlatformVersion</key>
38-
<string>26.2</string>
38+
<string>26.4</string>
3939
<key>DTSDKBuild</key>
40-
<string>25C57</string>
40+
<string>25E236</string>
4141
<key>DTSDKName</key>
42-
<string>macosx26.2</string>
42+
<string>macosx26.4</string>
4343
<key>DTXcode</key>
44-
<string>2620</string>
44+
<string>2640</string>
4545
<key>DTXcodeBuild</key>
46-
<string>17C52</string>
46+
<string>17E192</string>
4747
<key>LSMinimumSystemVersion</key>
4848
<string>11.5</string>
4949
<key>NSMainNibFile</key>
Binary file not shown.

Universal-Binaries/11.3/Library/PreferencePanes/VoodooHDA.prefPane/Contents/_CodeSignature/CodeResources

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<dict>
77
<key>Resources/Base.lproj/VoodooHDAPref.nib/keyedobjects-101300.nib</key>
88
<data>
9-
kViDX2UBcJYtSf/xVhXPzLztddg=
9+
TvESNY69moE3VVNa9ujAEkMod24=
1010
</data>
1111
<key>Resources/Base.lproj/VoodooHDAPref.nib/keyedobjects.nib</key>
1212
<data>
13-
Qu5LcsPLO/DbO1pyajVPzY8BUwg=
13+
H5VwYDwiJYT/X0KppJlCom4JaUY=
1414
</data>
1515
<key>Resources/VoodooHDAPref.icns</key>
1616
<data>
17-
R2ItIDlpSyE59qY0eHQj+j2Cui8=
17+
RbE5v+OzOMPp3yWj5ZbLSgsaHvs=
1818
</data>
1919
</dict>
2020
<key>files2</key>
@@ -23,21 +23,21 @@
2323
<dict>
2424
<key>hash2</key>
2525
<data>
26-
qPVXUwsebo2LR7hNfycwcq7wb0BaW+s5lrVbX5A7j9g=
26+
YF39ltEeNYYfysLHtdyzG4Hf6ComboY6EtbqjtJiDoM=
2727
</data>
2828
</dict>
2929
<key>Resources/Base.lproj/VoodooHDAPref.nib/keyedobjects.nib</key>
3030
<dict>
3131
<key>hash2</key>
3232
<data>
33-
ccDbB1uJkrFQDQyR85zIyyje/eFUJ6z0FkON+wyFQcQ=
33+
xjBF7MpM3iGKq+Jjo1NMlwN+Ip7OrrbLyaE3zTGfB/s=
3434
</data>
3535
</dict>
3636
<key>Resources/VoodooHDAPref.icns</key>
3737
<dict>
3838
<key>hash2</key>
3939
<data>
40-
GKDeroc31F8J6A8hLOth7/feRLxXmWbemspryGsbLvE=
40+
YZ9U7s4Za6B8FgqdkzX51i13AK+IWfxbDikMEOAGh/U=
4141
</data>
4242
</dict>
4343
</dict>

0 commit comments

Comments
 (0)