working
dsdt is fine or leave only the "layout"
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x0C)
{
"hda-gfx",
Buffer (0x0A)
{
"onboard-2"
},
"codec-id",
Buffer (0x04)
{
0x89, 0x08, 0xEC, 0x10
},
"layout-id",
Buffer (0x04)
{
0x01, 0x00, 0x00, 0x00
},
"device-type",
Buffer (0x0F)
{
"Realtek ALC889"
},
"PinConfigurations",
Buffer (One)
{
0x00
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}
thank you very much