View Single Post
 
Old 09-11-2012, 07:13 AM
wastez's Avatar
wastez wastez is offline
Panther
 
Join Date: Oct 2010
Posts: 182
[quote=gils;58714]

one thing I do not understand the devid is the same for 2.7.2 and VoodooHDA ALC 892 ?? how is it that VoodooHDA malfunctioning but it works ?


HDAE ALC 892 :


</dict>
<key>IOClass</key>
<string>HDAEnabler</string>
<key>IOPCIClassMatch</key>
<string>0x04030000&amp;0xffff0000</string>
<key>IOProbeScore</key>
<integer>600</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
</dict>



voodooHDA :


<key>VoodooHDA</key>
<dict>
<key>CFBundleIdentifier</key>
<string>org.voodoo.driver.VoodooHDA</string>
<key>IOClass</key>
<string>VoodooHDADevice</string>
<key>IOMatchCategory</key>
<string>VoodooHDADevice</string>
<key>IOPCIClassMatch</key>
<string>0x04030000&amp;0xffff0000</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>IOUserClientClass</key>
<string>VoodooHDAUserClient</string>
<key>InhibitCache</key>
<true/>
<key>MixerValues</key>
<dict>
<key>iGain</key>
<string>90</string>
<key>iMix</key>
<string>0</string>
</dict>
<key>NodesToPatch</key>
<array>[/QUOTE

The device id is not the same, in this kexts a hole id range is selected.
Normaly VoodooHDA should work out of the box, of course just if you delete the other enabler....
The device id of my soundcard is 4383.
Reply With Quote