Jump to content

Help Kext forma ALC892


freno25
 Share

11 posts in this topic

Recommended Posts

For me the best is: Guide to patch AppleHDA for your codec

 

After AppleHDA is properly patched, I apply patch for my audio in HDEF in DSDT, look:

Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
            {
                Store (Package (0x0A)
                    {
                        "hda-gfx", 
                        Buffer (0x0A)
                        {
                            "onboard-1"
                        }, 


                        "model", 
                        Buffer (0x1A)
                        {
                            "HD Audio Conexant Cx20590"
                        }, 


                        "device-type", 
                        Buffer (0x11)
                        {
                            "Audio Controller"
                        }, 


                        "layout-id", 
                        Buffer (0x04)
                        {
                             0x0C, 0x00, 0x00, 0x00
                        }, 


                        "PinConfigurations", 
                        Buffer (Zero) {}
                    }, Local0)
                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                Return (Local0)
            }
        }

Or i use audio injection in Clover:

 

Clover/Config.plist/PCI/HDAInjection = Audio_ID.

4a. Audio_ID = 1/HDAInjection=1

4b. Audio_ID = 2/HDAInjection=2

4c. Audio_ID = 3/HDAInjection=3

 

both work fine.

 

Test DSDT, if this don't work, try audio injection in Clover, never use the two.

Link to comment
Share on other sites

 Share

×
×
  • Create New...