| 
			 
			
			
			
			
			
			
		 
			
			 
			
				08-15-2009, 01:10 AM
			
			
			
		 | 
	| 
		
			
			| Jaguar |  | 
					Join Date: Aug 2009 
					Posts: 45
					      |  | 
	
	| P5k e wifi/ap bios 1202 
Headphone working here!   
front "Headphone/switch" is working! Also "front mic" is working called "external mic, built in input"!!!
 
software: 
SL 10a432 + DSDT injection + AD1988b.Fix.kext
 
dsdt:
 
	Code: Device (HDEF)
            {
                Name (_ADR, 0x001B0000)
                Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x08)
                        {
                            "codec-id", 
                            Buffer (0x04)
                            {
                                0x9B, 0x82, 0x43, 0x10
                            }, 
                            "layout-id", 
                            Buffer (0x04)
                            {
                                0x0C, 0x00, 0x00, 0x00
                            }, 
                            "device-type", 
                            Buffer (0x17)
                            {
                                "Analog Devices AD1988B"
                            }, 
                            "PinConfigurations", 
                            Buffer (0x20)
                            {
                                /* 0000 */    0x30, 0x40, 0x21, 0x01, 0x10, 0x40, 0x11, 0x01, 
                                /* 0008 */    0x40, 0x90, 0xA1, 0x01, 0x50, 0x30, 0x81, 0x01, 
                                /* 0010 */    0x60, 0x10, 0x01, 0x01, 0x20, 0x90, 0xA1, 0x01, 
                                /* 0018 */    0xF0, 0x11, 0x45, 0x01, 0x70, 0x60, 0x01, 0x01
                            }
                        }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }
            } ###notice that I don't have the /* 0020 */ in the dsdt injection!!!
 
AD1988b.Fix.kext:  
###plist only kext!  
###size~ 82kb 
###P5K-e.DSDT.Sound.zip / extra.zip search this forum... don't know anymore where I found it
				 Last edited by walterav; 08-15-2009 at 01:13 AM.
 |