Contribute
Register

HDMI Audio on hd 3000 laptop

Status
Not open for further replies.
Joined
Jan 26, 2011
Messages
3,066
I have a laptop with a hd 3000 and it has HDMI. I have idt audio. They work, using voodoohda.

Using this http://www.projectosx.com/forum/index.php?showtopic=355 I do have my speakers working, but not HDMI. I believe I also need a DSDT edit. So, can you all help me out?

Here is what I believe to be my HDMI audio
img9587z.jpg


But I could be wrong. I would like you all to help me edit my info.plist to make it match.

All of the info in here is more as an example, I don't know any of these.

Code:
 <key>HDMI</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>org.voodoo.driver.VoodooHDA</string>
			<key>IOClass</key>
			<string>VoodooHDADevice</string>
			<key>IOMatchCategory</key>
			<string>VoodooHDADevice</string>
			<key>IOPCIPrimaryMatch</key>
			<string>0x28058086</string>								<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>IOUserClientClass</key>
			<string>VoodooHDAUserClient</string>
			<key>NodesToPatch</key>
			<array/>
			<key>Codec</key>
			<integer>2</integer>
			<key>Config</key>
			<string>0x90a6e140</string>
			<key>Node</key>
			<integer>19</integer>
			<key>VoodooHDAVerboseLevel</key>
			<integer>1</integer>
		</dict>

Also, since I think I need a DSDT edit, I will attach mine.

Can you all help? I'm lost, and there are many others who I can help if you all help me.

Thanks,
blueking
 

Attachments

  • dsdt.aml
    137.8 KB · Views: 145
Both:

Audio controller 8086:1C20
HDMI audio codec 8086:2805

are supported natively by Lion AppleHDA.kext but no sound.
 
Status
Not open for further replies.
Back
Top