Hi Guys,
I'm trying to do this for ALC882 in lion , I already have DSDT. but I don't have a working SL copy anymore to go off of for the platforms files.. I have modified layout12.xml with my codec id and bin patched AppleHDA with the hex also but I cannot get past
ound assertion "false == me->completeStart ()" failed in AppleHDADriver at line 996 goto Exit
Sound assertion "0 == layoutDict" failed in AppleHDAEngine at line 6118 goto Exit
Sound assertion "0 != configureDSPForAppleHDAPathSet ( pathSet, false )" failed in AppleHDAEngine at line 703 goto Exit
Sound assertion "0 != result" failed in AppleHDADriver at line 2122 goto Exit
Sound assertion "0 != createAudioEngines ( fPathMap_aDriverInstance )" failed in AppleHDADriver at line 207 goto Exit
Sound assertion "false == me->completeStart ()" failed in AppleHDADriver at line 996 goto Exit
This happens when I change the codecID in the layout file to mine (decimal form of course )
previous to this I would get a
Sound assertion "false == codecFound" failed in AppleHDADriver at line 1449 goto handler
Any ideas