Jump to content

News


Taruga
 Share

15 posts in this topic

Recommended Posts

While examining the new applehda.kext from 10.5.2 I´ve found this:

  if ( a1 == 299112836 )
 {
v4 = OSObject__operator new(116);
v2 = v4;
if ( v4 )
  AppleHDAFunctionGroupAD1984__AppleHDAFunctionGroupAD1984(v4); ***** NEW *****
 }
 else
 {
if ( (unsigned int)a1 > 0x11D41984 )
{
  if ( a1 == 299112843 )
  {
	v5 = OSObject__operator new(116);
	v2 = v5;
	if ( v5 )
	  AppleHDAFunctionGroupAD1988__AppleHDAFunctionGroupAD1988(v5); ***** NEW *****
  }
  else
  {
	if ( a1 != -2088470912 )
	{
LABEL_5:
	  v1 = OSObject__operator new(116);
	  v2 = v1;
	  if ( v1 )
		AppleHDAFunctionGroup__AppleHDAFunctionGroup(v1);
	  return v2;
	}
	v3 = OSObject__operator new(120);
	v2 = v3;
	if ( v3 )
	  AppleHDAFunctionGroupSTAC9220__AppleHDAFunctionGroupSTAC9220(v3);
  }
}
else
{
  if ( a1 == 283902562 )
  {
	v6 = OSObject__operator new(116);
	v2 = v6;
	if ( v6 )
	  AppleHDAFunctionGroupALC262__AppleHDAFunctionGroupALC262(v6); ***** NEW *****
  }
  else
  {
	if ( a1 != 283904133 )
	  goto LABEL_5;
	v7 = OSObject__operator new(116);
	v2 = v7;
	if ( v7 )
	  AppleHDAFunctionGroupALC885__AppleHDAFunctionGroupALC885(v7);
  }
}
 }
 return v2;
}

Link to comment
Share on other sites

Always interested in this project, hoping someday to get my Sigmatel 9205 working. For those non-devs and guru's would you mind explaining what you posted?

Edited by Taruga
Apple has support for AD198x codecs on new applehda
Link to comment
Share on other sites

Interesting. So it's already finding specific sound cards? Maybe this is telling us about some things that Apple has in store for us.

Edited by Taruga
Or Apple will release hardware with AD198x or they´re trying to help me. LOL
Link to comment
Share on other sites

  • 4 weeks later...
  • 3 weeks later...
Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...