Jump to content
3 posts in this topic

Recommended Posts

Alc889? :)

 

Try my kext with this DSDT injection

 

Device (HDEF)
    {
	    Name (_ADR, 0x001B0000)
	    Method (_PRW, 0, NotSerialized)
	    {
		    Return (Package (0x02)
		    {
			    0x09,
			    0x04
		    })
	    }
	    Method (_DSM, 4, NotSerialized)
	    {
		    Store (Package (0x04)
			    {
				    "layout-id",
				    Buffer (0x04)
				    {
					    0x0C, 0x00, 0x00, 0x00
				    },
				    "PinConfigurations",
				    Buffer (Zero) {}
			    }, Local0)
		    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
		    Return (Local0)
	    }
    }

 

AppleHDA.kext.zip

×
×
  • Create New...