Contribute
Register

Sound Working on GA-P55A-UD4

Status
Not open for further replies.
Joined
Jan 8, 2011
Messages
11
Motherboard
MSI Z370A-PRO
CPU
i7-8700K
Graphics
UHD 630
Contents:
- DSDT.aml
- Extra
my config in signature.

1. DSDT HDEF SECTION
Code:
            Device (HDEF)
            {
                Name (_ADR, 0x001B0000)
                Method (_PRW, 0, NotSerialized)
                {
                    Return (Package (0x02)
                    {
                        0x0D, 
                        0x05
                    })
                }

                Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x0A)
                        {
                            "built-in", 
                            Buffer (One)
                            {
                                0x00
                            }, 

                            "codec-id", 
                            Buffer (0x04)
                            {
                                0x89, 0x08, 0xEC, 0x10
                            }, 

                            "layout-id", 
                            /**** Is ResourceTemplate, but EndTag not at buffer end ****/ Buffer (0x04)
                            {
                                0x79, 0x03, 0x00, 0x00
                            }, 

                            "device-type", 
                            Buffer (0x0F)
                            {
                                "Realtek ALC889"
                            }, 

                            "PinConfigurations", 
                            Buffer (0x24)
                            {
                                /* 0000 */    0x40, 0x01, 0x43, 0x99, 0xF0, 0x11, 0x11, 0x41, 
                                /* 0008 */    0x40, 0x41, 0x10, 0x90, 0x50, 0x10, 0x0B, 0x01, 
                                /* 0010 */    0x60, 0x60, 0x0B, 0x01, 0x10, 0x91, 0xA0, 0x90, 
                                /* 0018 */    0x20, 0x31, 0x8B, 0x01, 0x80, 0x40, 0x2B, 0x01, 
                                /* 0020 */    0x90, 0x11, 0x44, 0x01
                            }
                        }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }
            }
2. RealtekALC889HDA.kext (from link above) -> /E/
3. AppleHDA Rollback from Multibeast

For a long time i couldnt find solution for sound. Finally im happy))) Hope this info helps somebody!!!
 
Please attach files directly to post- not mediafire.

Also, this board is fully working with DSDT from database + ALC8xxHDA. That is the current recommended solution.
 
tonymacx86 said:
Please attach files directly to post- not mediafire.

Also, this board is fully working with DSDT from database + ALC8xxHDA. That is the current recommended solution.
Thats not worked for me, a lot of people create topics to solve their sound issues with board, i know cause i read em - so... if solution from DSDT Database doesnt make their sound work this topic probably give em a chance, do not remove it.
 
Status
Not open for further replies.
Back
Top