Jump to content
chriz74

enable HDMI audio after hd4000 dsdt patch

Recommended Posts

Hello all, I have an Asus x301a with working Yosemite. I enabled HD4000 video by using the patch found on this forum:

 

into device name_adr 0x00020000 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
   Store (Package (0x02)\n
       {\n
           "AAPL,ig-platform-id",\n
           Buffer (0x04)\n
           {\n
               0x03, 0x00, 0x66, 0x01\n
           }\n
       }, Local0)\n
   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
   Return (Local0)\n
}
end

 

However now if I use the HDMI patch for HD4000 by Toleda https://github.com/toleda/audio_hdmi_hd4000 the DSDT doesn't compile and a lot of errors appear. Any clue?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...