资源作者:
管理员
IP 属地:
北京市
共被下载:2 次
共被浏览:2925 次
文件名称:
AppleHDA-10.8.3-T410-CX20585-OK.zip
文件分类:
声卡驱动
资源大小:
下载积分:1
文件标签:
驱动
发布日期:2014-06-20 16:39:23
资源介绍:
(提取码:8264)
This AppleHDA (Version 2.3.7fc4) is patched and working for Thinkpad T410 CX20585 on ML 10.8.3.
It allow automatically exchange internal/external MIC & Speaker/Earphone.
DSDT should have below codes:
Device (HDEF)
{
Name (_ADR, 0x001B0000)
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x08)
{
"codec-id",
Buffer (0x04)
{
0x69, 0x50, 0xF1, 0x14
},
"layout-id",
Buffer (0x04)
{
0x0C, 0x00, 0x00, 0x00
},
"device-type",
Buffer (0x11)
{
"Conexant CX20585"
},
"PinConfigurations",
Buffer (Zero) {}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}