花样年华 发表于 14/3/27 14:44:40

威盛 VT2020 声卡驱动 For Mac

支持 asus Maximus III Gene board audio....
机型识别: smbios mac pro 3.1
需要给DSDT 打上补丁。
Apple HDA VT2020
下载地址:**** Hidden Message *****
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)
                }
            }
      }

chinafei1 发表于 14/10/20 12:02:25

正需要这个驱动,谢谢分享
页: [1]
查看完整版本: 威盛 VT2020 声卡驱动 For Mac