威盛 VT2020 声卡驱动 For Mac
支持 asus Maximus III Gene board audio....
机型识别: smbios mac pro 3.1
需要给DSDT 打上补丁。
Apple HDA VT2020
下载地址:复制代码
机型识别: smbios mac pro 3.1
需要给DSDT 打上补丁。
Apple HDA VT2020
下载地址:
游客,如果您要查看本帖隐藏内容请回复
- 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)
- }
- }
- }