Contribute
Register

Problem with ALC892 _ p8p67

Status
Not open for further replies.
if u dun1 hdmi audio is ok
 
i try this method http://tonymacx86.com/viewtopic.php?f=16&t=59074 i had the same problem i add the same code to my DSDT
Code:
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 (_PRW, 0, NotSerialized)
            {
                Return (Package (0x02)
                {
                    0x0D, 
                    0x05
                })
            }

            Method (_DSM, 4, NotSerialized)
            {
                Store (Package (0x04)
                    {
                        "layout-id", 
                        Buffer (0x04)
                        {
                            0x7C, 0x03, 0x00, 0x00
                        }, 

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

the ALC892 Load but there is no sound and my DSDT is attach
any Suggestions ???
 

Attachments

  • dsdt.aml
    49.6 KB · Views: 45
Status
Not open for further replies.
Back
Top