Jump to content

patch DSDT for Audio


vickiozi
 Share

4 posts in this topic

Recommended Posts

Hi guy , i hope you doing good

Can any body help me with this DSDT(dsdt.rar) , i got some errors here while compile it but also i need to patch it with this :

In your DSDT, the HDEF device should also be patched to inject layout-id 3 through the following DSM Method:

Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
           {
               If (LEqual (Arg2, Zero))
               {
                   Return (Buffer (One)
                   {
                       0x03                                           
                   })
               }
               Return (Package (0x06)
               {
                   "layout-id", 
                   Buffer (0x04)
                   {
                       0x03, 0x00, 0x00, 0x00                         
                   }, 
                   "hda-gfx", 
                   Buffer (0x0A)
                   {
                       "onboard-1"
                   }, 
                   "PinConfigurations", 
                   Buffer (Zero) {}
               })
           }

also after i got the patched DSDT should i just put it to MaciASL and only compile it , is there smth more i should do 

  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...