Jump to content

AppleHDA for Codec - Conexant 20590 - 10.9.2 (13C64) 2.6.0


1 Screenshot

About This File

Works with patch DSDT.

 

In HDEF:

Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method            {                Store (Package (0x06)                    {                        "hda-gfx",                         Buffer (0x0A)                        {                            "onboard-2"                        },                         "layout-id",                         Buffer (0x04)                        {                             0x0C, 0x00, 0x00, 0x00                        },                         "PinConfigurations",                         Buffer (Zero) {}                    }, Local0)                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))                Return (Local0)            }        }

And IGPU (for HDMI audio)

Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method            {                Store (Package (0x0A)                    {                        "device-id",                         Buffer (0x04)                        {                             0x66, 0x01, 0x00, 0x00                        },                         "vendor-id",                         Buffer (0x04)                        {                             0x86, 0x80, 0x00, 0x00                        },                         "AAPL,ig-platform-id",                         Buffer (0x04)                        {                             0x03, 0x00, 0x66, 0x01                        },                         "hda-gfx",                         Buffer (0x0A)                        {                            "onboard-2"                        },                         "layout-id",                         Buffer (0x04)                        {                             0x0C, 0x00, 0x00, 0x00                        }                    }, Local0)                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))                Return (Local0)            }        }    }

Also works with Clover, using Device - Audio - Inject 12.


What's New in Version 2.6.0

Released

  • AppleHDA update for Mavericks 10.9.2.
 Share


User Feedback

Recommended Comments

hi i used this kext and also patched DSDT on my vaio vpceh series but i have the icon of the speaker now but still not sound...what i have to do?

Link to comment
Share on other sites

Allan será que esse appleHDA funciona para o meu conexant 20590, e como coloco a Device - Audio - Inject 12 no boot.plist?

Link to comment
Share on other sites

Olá mat, então deve funcionar sim, e para colocar o layout no config.plist, vá em Devices > Audio > e coloque seu device.

Link to comment
Share on other sites

×
×
  • Create New...