资源作者:
小小
IP 属地:
共被下载:8 次
共被浏览:3075 次
文件名称:
AppleHDA.kext(3).zip
文件分类:
声卡驱动
资源大小:
下载积分:1
文件标签:
驱动
发布日期:2014-06-02 07:47:48
资源介绍:
To function properly must use these two patches in DSDT.
正常运行必须使用在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 this in IGPU (For HDMI audio)
Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
{
Store (Package (0x0E)
{
"device-id",
Buffer (0x04)
{
0x66, 0x01, 0x00, 0x00
},
"vendor-id",
Buffer (0x04)
{
0x86, 0x80,