Works with asus Maximus III Gene board audio....

use smbios mac pro 3.1

DSDT patch below:

Device (HDEF)
{
Name (_ADR, 0x001B0000)
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x08)
{
"codec-id",
Buffer (0x04)
{
0x41, 0x04, 0x06, 0x11
},
"layout-id",
Buffer (0x04)
{
0x04, 0x00, 0x00, 0x00
},
"device-type",
Buffer (0x0F)
{
"Via VT2020"
},
"PinConfigurations",
Buffer (One)
{
0x00
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}
}

[GO TO DOWNLOAD]

Post a Comment