VoodooHDA is an open source audio driver for devices compliant with the Intel High Definition Audio (HDA) specification, based primarily on code from the FreeBSD hdac driver. It is intended as an Intel-only replacement for AppleHDA on Mac OS X with support for a wide range of audio controllers and codecs.
I've searched the tables and have found the codec/driver name for the Compaq.
{ HDA_CODEC_IDT92HD700D, "IDT 92HD700D" },
{ HDA_CODEC_IDT92HD71B5, "IDT 92HD71B5" },
{ HDA_CODEC_IDT92HD71B7, "IDT 92HD71B7" },
{ HDA_CODEC_IDT92HD71B8, "IDT 92HD71B8" },
{ HDA_CODEC_IDT92HD73C1, "IDT 92HD73C1" },
{ HDA_CODEC_IDT92HD73D1, "IDT 92HD73D1" },
{ HDA_CODEC_IDT92HD73E1, "IDT 92HD73E1" },
{ HDA_CODEC_IDT92HD75B3, "IDT 92HD75B3" },
{ HDA_CODEC_IDT92HD75BX, "IDT 92HD75BX" },
{ HDA_CODEC_IDT92HD81B1C, "IDT 92HD81B1C" },
{ HDA_CODEC_IDT92HD81B1X, "IDT 92HD81B1X" },
{ HDA_CODEC_IDT92HD83C1C, "IDT 92HD83C1C" },
{ HDA_CODEC_IDT92HD83C1X, "IDT 92HD83C1X" },
Cant really test yet until my external DVD-RW drive arrives or get off my arse and install via USB Drive. This should give me more motivation though.
Insanelymac Thread
http://www.insanelymac.com/forum/index.php?showtopic=161638&pid=1130677&st=0&#entry1130677
Google Code
http://code.google.com/p/voodoohda/
Voodoo Forum (Bug Reporting/Requests)
http://forum.voodooprojects.org/index.php#5
Download
Confirmed working.
drewkie wrote:I got this working on my HP Mini 1030NR.
To remove applehda.kext, easiest way is probably going to your Primary HDD/System/Library/Extensions folder and find the kext then just move it to the recycle bin. I did that step and then used kext helper to install the kext. Waited then rebooted and got audio. Still missing mic and function control but at least audio does work.
Thanks to Voodoo for getting something working.