Jump to content

122 files

  1. AppleHDA for ALC270 -10.9.2-

    Codec: Realtek ALC270
    Address: 0
    Vendor Id: 0x10ec0270
    EN: This is the version of Applehda.Kext Mavericks hope it works for everyone!
    Note: You must change the Layout to 1 in the DSDT patch HDEF.
    PTBR: Esta é a versão de Applehda.Kext de Mavericks espero que trabalhe para todos!
    Nota: É necessário mudar o Layout para 1 no patch HDEF do DSDT.
    Method (_DSM, 4, NotSerialized) { Store (Package (0x0c) { "built-in", Buffer (One) { 0x00 }, "layout-id", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 }, "PinConfigurations", Buffer (0x00) { 0x00 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) }

    495 downloads

    5 comments

    Submitted

  2. VoodooHDA.kext 2.8.5

    New VoodooHDA 2.8.5 by Slice & Andy topic here
     
    VoodooHDA 2.8.5 for Mavericks (Slice + AnV) (Signed!) - Develope
     
    Thanks DEVs !!!!
     
     
    Good Luck!!!

    2,954 downloads

    6 comments

    Submitted

  3. Vanilla AppleHDA from 10.9.2

    Vanilla AppleHDA.kext from OS X Mavericks 10.9.2

    1,142 downloads

    0 comments

    Submitted

  4. AppleHDA for Codec - Conexant 20590 - 10.9.2 (13C64)

    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.

    389 downloads

    4 comments

    Submitted

  5. AppleHDA for ALC898 - 10.9.2

    This file is AppleHDA 2.6.0f1 from Mavericks 10.9.2 Update. Was patched using Toleda's patches and guides for AppleHDA 10.9
    Works for me on a GA Z77X UP5 TH motherboard.

    633 downloads

    3 comments

    Submitted

  6. Verbit

    http://www.insanelymac.com/forum/topic/295001-guide-to-patch-applehda-for-your-codec/
     
    "1-AppleHDAHardwareConfigDriver.kext
     
    To edit this kext need to get configdata / CodecVerbs.
    You can fix them in two ways, either manually or automatically using the script called Signal64 Verbit that performs the entire process automatically
    requiring a few adjustments you can download it here: http://signal64.osx8...udio/verbit.zip "
     
    No funciona, aqui dejo el script para que nos e pierda.

    376 downloads

    0 comments

    Submitted

  7. ALC889 AppleHDA.kext v2.6.0 for 10.9.2

    10.9.2 AppleHDA.kext that works for my GA-X58A-UD3R v2 ALC889 Motherboard with this DSDT edits:
    Device (HDEF) { Name (_ADR, 0x001B0000) Method (_PRW, 0, NotSerialized) { Return (Package (0x02) { 0x0D, 0x05 }) } Method (_DSM, 4, NotSerialized) { Store (Package (0x08) { "codec-id", Buffer (0x04) { 0x89, 0x08, 0xEC, 0x10 }, "layout-id", Buffer (0x04) { 0x0C, 0x00, 0x00, 0x00 }, "device-type", Buffer (0x0F) { "Realtek ALC889" }, "PinConfigurations", Buffer (0x28) { /* 0000 */ 0x10, 0x90, 0xA0, 0x90, 0x20, 0x90, 0xA1, 0x02, /* 0008 */ 0x80, 0x30, 0x81, 0x01, 0x90, 0x40, 0x21, 0x02, /* 0010 */ 0x30, 0x40, 0x11, 0x01, 0x40, 0x10, 0x01, 0x01, /* 0018 */ 0x50, 0x60, 0x01, 0x01, 0x60, 0x20, 0x01, 0x01, /* 0020 */ 0x70, 0x61, 0x4B, 0x01, 0xA0, 0x01, 0xCB, 0x01 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } }

    733 downloads

    0 comments

    Submitted

  8. AppleHDA ALC662 10.9.2

    This is Mavericks 10.9.2 AppleHDA 2.6.0f1 patched to work with ALC662.
     
    I used VCH888's patch from Insanelymac, so thanks to him for the binpatch!
     
    I made this to my Gigabyte G31M-S2L, but maybe it works on other boards too.
     
    - LineOut (tested,works)
    - Headphone(autoswitch) (tested,works)
    - RearMic (tested,works)
    - frontMic (not working)
    - LineIn (not tested but it should work)
    - SPDIF (not tested but it should work)
     
    You need these in your DSDT:
    Device (HDEF) { Name (_ADR, 0x001B0000) Method (_PRW, 0, NotSerialized) { Return (Package (0x02) { 0x09, 0x05 }) } Method (_DSM, 4, NotSerialized) { Store (Package (0x06) { "built-in", Buffer (One) { 0x01 }, "layout-id", Buffer (0x04) { 0x0C, 0x00, 0x00, 0x00 }, "PinConfigurations", Buffer (Zero) {} }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } }

    785 downloads

    3 comments

    Submitted

  9. AppleHDA.kext for CX20585 on 10.9.1

    Internal/External MIC auto exchange;
    Internal speaker / External Ear-Phone auto exchange;

    420 downloads

    0 comments

    Submitted

  10. Realtek ALC271X AppleHDA Audio

    Realtek ALC271X edited AppleHDA.kext_v2.3.7fc3
    Actually it works fine in 10.9.2 but it should work in 10.8 (maybe starting from 10.8.3)
     
    You must use layout 28 (0x1C, 0x00, 0x00, 0x00) in your DSDT or change the content of HDEF device in your DSDT like this:

    Device (HDEF) { Name (_ADR, 0x001B0000) OperationRegion (HDAR, PCI_Config, 0x4C, 0x10) Field (HDAR, WordAcc, NoLock, Preserve) { DCKA, 1, Offset (0x01), DCKM, 1, , 6, DCKS, 1, Offset (0x08), , 15, PMES, 1 } Method (_DSM, 4, NotSerialized) { Store (Package (0x16) { "AAPL,slot-name", Buffer (0x09) { "built-in" }, "codec-id", Buffer (0x04) { 0x69, 0x02, 0xEC, 0x10 }, "built-in", Buffer (One) { 0x00 }, "name", Buffer (0x0F) { "Realtek ALC269" }, "layout-id", Buffer (0x04) { 0x1C, 0x00, 0x00, 0x00 }, "model", Buffer (0x10) { "Realtek ALC271X" }, "device_type", Buffer (0x06) { "Sound" }, "device-type", Buffer (0x25) { "High Definition Audio Controller" }, "subsystem-vendor-id", Buffer (0x04) { 0x86, 0x80, 0x00, 0x00 }, "hda-gfx", Buffer (0x0A) { "onboard-2" }, "PinConfigurations", Buffer (Zero) {} }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) }
    Enjoy!
     

     
     

     

     

     

     

     
     
    thanks to k2ute
     
     
    original link

    1,998 downloads

    4 comments

    Submitted

  11. AppleHDA for Codec - Conexant 20590 - 10.8.5 (12F45)

    Patched AppleHDA for Conexant 20590 codec, works with latest Mountain Lion (12F45)
     
    was necessary these patches in DSDT.

    Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { Store (Package (0x0A) { "hda-gfx", Buffer (0x0A) { "onboard-2" }, "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) } }

    245 downloads

    0 comments

    Submitted

  12. AppleHDA for Codec - Conexant 20590 - 10.9.0/1

    is AppleHDA is compatible with Mavericks 10.9.0 and 10.9.1
     
    was necessary these patches in DSDT.
    Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { Store (Package (0x0A) { "hda-gfx", Buffer (0x0A) { "onboard-2" }, "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) } }

    293 downloads

    4 comments

    Submitted

  13. AppleHDA for ALC898 - 10.9.1 (2.5.3fc1)

    This file is AppleHDA 2.5.3 from Mavericks 10.9.1 Update. Was patched using Toleda's patches and guides for AppleHDA 10.9
    Works for me on a GA Z77X UP5 TH motherboard.

    504 downloads

    0 comments

    Submitted

  14. VoodooHda alc XXX

    Please delete AppleHDA.kext
    System / Library / Extensions

    1,326 downloads

    0 comments

    Submitted

  15. AppleHDA for ALC898 - 10.9

    This file is AppleHDA 2.5.2 from Mavericks 10.9 GM. Was patched using Toleda's patches and guides.
    Works for me on a GA Z77X UP5 TH motherboard.

    986 downloads

    0 comments

    Submitted

  16. AppleHDA v2.4.7 (10.8.5 GM) for CX20590

    patched version of AppleHDA for CX20590 for 10.8.5 - use layout ID 12 - see DSDT included. (thanks manwe150 for platform fixes!)

    261 downloads

    1 comment

    Submitted

  17. AppleHDA (ALC993) for Mavericks GM

    This patch works with chameleon's HDAEnabler=Yes HDEFLayoutID=0x0C

    1,852 downloads

    6 comments

    Submitted

  18. AppleHDA for ALC270 (10.9 GM + ML 10.8)

    Version 1:

    Codec: Realtek ALC270Address: 0Vendor Id: 0x10ec0270Subsystem Id: 0x1043100dRevision Id: 0x100100
    Version 2:

    Codec: Realtek ALC270Address: 0Vendor Id: 0x10ec0270Subsystem Id: 0x10431587Revision Id: 0x100100
    Patch HDEF (Dont need HDAEnabler.kext):
    Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { Store (Package (0x06) { "hda-gfx", Buffer (0x0A) { "onboard-1" }, "layout-id", Buffer (0x04) { 0x1C, 0x00, 0x00, 0x00 }, "PinConfigurations", Buffer (Zero) {} }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) }
    Not wok, try to patch HPET:
    Name (BUF0, ResourceTemplate () { IRQNoFlags () {0} IRQNoFlags () {8} IRQNoFlags () {11} IRQNoFlags () {15} Memory32Fixed (ReadWrite, 0xFED00000, // Address Base 0x00000400, // Address Length _Y10) })

    2,307 downloads

    5 comments

    Submitted

  19. AppleHDA for VIA VT2020/VT2021-10.8.5-

    Codec: VIA VT2020/VT2021
    Address: 2
    Vendor Id: 0x11060441
    Subsystem Id: 0x1458a014
    Revision Id: 0x100100
     

    This is the version of Applehda.Kext Mountain Lion 10.8.5 hope it works for everyone!
    Note: You must change the Layout to 4 in the DSDT patch HDEF.
     

    Esta é a versão de Applehda.Kext de Mountain Lion 10.8.5 espero que trabalhe para todos!
    Nota: É necessário mudar o Layout para 4 no patch HDEF do DSDT.
     
     

    Method (_DSM, 4, NotSerialized) { Store (Package (0x0c) { "built-in", Buffer (One) { 0x00 }, "layout-id", Buffer (0x04) { 0x04, 0x00, 0x00, 0x00 }, "PinConfigurations", Buffer (0x00) { 0x00 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } }

    501 downloads

    0 comments

    Submitted

  20. AppleHDA for ALC269VB (10.9 GM + ML 10.8.4)

    Codec: Realtek ALC269VB
    Address: 0
    Vendor Id: 0x10ec0269
    Subsystem Id: 0x10431517
    Revision Id: 0x100100
    Device (HDEF) { Name (_ADR, 0x001B0000) // _ADR: Address OperationRegion (HDAR, PCI_Config, 0x4C, 0x10) Field (HDAR, WordAcc, NoLock, Preserve) { DCKA, 1, Offset (0x01), DCKM, 1, , 6, DCKS, 1, Offset (0x08), , 15, PMES, 1 } Method (_PRW, 0, NotSerialized) // _PRW: Power Resources for Wake { Return (GPRW (0x0D, 0x04)) } Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { Store (Package (0x06) { "hda-gfx", Buffer (0x0A) { "onboard-1" }, "layout-id", Buffer (0x04) { 0x1C, 0x00, 0x00, 0x00 }, "PinConfigurations", Buffer (Zero) {} }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } }
    Not wok, try to patch HPET:
    Name (_HID, EisaId ("PNP0103")) // _HID: Hardware ID Name (_UID, Zero) // _UID: Unique ID Name (BUF0, ResourceTemplate () { IRQNoFlags () {0} IRQNoFlags () {8} IRQNoFlags () {11} IRQNoFlags () {15} Memory32Fixed (ReadWrite, 0xFED00000, // Address Base 0x00000400, // Address Length _Y10) })

    1,813 downloads

    13 comments

    Updated

  21. 10.9 GM AppleHDA for ALC662

    This is the latest AppleHDA from Mavericks GM patched for ALC662 sound chip (tested on Gigabyte G31M-S2L board)
     
    Working Output
    Working Headphone connector (auto changing)
    Working Line in
    Working Rear Mic
    Working(?) Digital Output
     
    (you need to use a DSDT inject/HDAEnabler.kext with layout 12, or use latest chameleon HDAEnabler feature -> HDAEnabler=Yes & HDEFLayoutID=12)

    1,665 downloads

    6 comments

    Submitted

  22. AppleHDA for AD2000b 10.8+

    For Mountain Lion 10.8, 10.8.1, 10.8.2, 10.8.3, 10.8.4, 10.8.5
     
    Patched AppleHDA.kext for AD2000b Audio Controller
    Use this with Layout 99 injection or DSDT!
     
    For more info see this post.
    Credits:
    Samantha (aka Revogirl, DHP)
    TimeWalker75a

    3,117 downloads

    15 comments

    Updated

  23. AppleHDA for ALC1200 10.8+

    For Mountain Lion 10.8, 10.8.1, 10.8.2, 10.8.3, 10.8.4
     
    Patched AppleHDA.kext for ALC1200 Audio Controller
    Use this with Layout 99 injection or DSDT!
     
    For more info see this Realtek ALC1200 ICH10 working kext on Mountain Lion and Snow Leopard.
    Credits:
    Samantha (aka Revogirl, DHP)
    marionez

    1,780 downloads

    0 comments

    Updated

  24. AppleHDA For ALC887-(Mountain Lion 10.8.5)

    This is the version of Applehda.Kext Mountain Lion 10.8.5 hope it works for everyone!
    Note: You must change the Layout to 1 in the DSDT patch HDEF.
     
    Esta é a versão de Applehda.Kext de Mountain Lion 10.8.5 ,espero que trabalhe para todos!
    Nota: É necessário mudar o Layout para 1 no patch HDEF do DSDT.
    Method (_DSM, 4, NotSerialized) { Store (Package (0x0c) { "built-in", Buffer (One) { 0x00 }, "layout-id", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 }, "PinConfigurations", Buffer (0x00) { 0x00 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) }

    922 downloads

    0 comments

    Submitted

  25. VoodooHDA for Via VT1705 codec.

    Hello
     
    Note: Please don't upload it on other servers and don't repack it.
     
    I am providing here the VoodooHDA 2.8.2 for Via VT1705 codec.
     
    Was edited to work 5.1 Multichannel Audio and corrected to get audio and mic front
     
    Instructions:
     
    Remove AppleHDA or install AppleHDADisabler and install VoodooHDA.
     
    Base informations: http://www.projectosx.com/forum/index.php?showtopic=355
     
    Any problems commenting.

    2,201 downloads

    6 comments

    Submitted


×
×
  • Create New...