Roman BEr�nek, on Aug 30 2010, 01:50 PM, said:
Well, there is no sign of AC '97 compatibility in a datasheet to ALC888. It sorta makes sense because there is no reason for HDA cards to pretend being AC '97.
But you can try it... simply add PCI ID of your card to Info.plist.
Give me a report

Dear iSchemy thanks for your reply. Am I right to assume your driver was made to offer audio support to older/legacy controllers?
However, with all of us who already found a solution to having audio, via bin-patched kext or kext replacement from previous 10.6.x version, will just installing your driver mix up things? My
device/vendor IDs (I guess you're referring to those, right?) are already covered/supported by the current patched binary... and the AppleHDA.kext is loaded.
For testing this one, I believe users with a stable/working system should:
(1) revert to including
Device (AC97) in their DSDTs because it's usually removed when patching DSDT.
(2) somehow revert to vanilla audio kext, so that there's no (patched) audio driver loaded. In my case I must find the vanilla AppleHDA.kext for 10.6.4 because I deleted it upon installing the bin-pathed version.
(3) reboot, check there's no audio at all, then install your AC97 driver (with proper permissions) in /S/L/E and delete
/System/Library/Caches/com.apple.kext.caches/Extesions.mkext and wait for your system to rebuild it, including the new AC97 kext. Reboot.
I must find some free time to do this!