View Single Post
 
Old 11-18-2009, 01:05 AM
msf5042 msf5042 is offline
Jaguar
 
Join Date: Sep 2009
Posts: 60
Quote:
EDIT2: After looking at that .pdf, it looks like I forgot to change the AZAL to HDEF in this line of code:
Code:
Method (_L0D, 0, NotSerialized)
{
    Notify (\_SB.PCI0.USBE, 0x02)
    Notify (\_SB.PCI0.USE2, 0x02)
    Notify (\_SB.PWRB, 0x02)
    Notify (\_SB.PCI0.AZAL, 0x02)
}
I'm pretty convinced that's what's stopping it from actually outputting sound.
I remember reading that I had to change that line too, but I'm pretty sure that I didn't have it in my DSDT file. DSDTs created differently? I feel like you keep running into issues that other people aren't so maybe that's why, I don't know

i7-965 / EVGA x58 / Radeon HD 4870 1 GB / 12 GB DDR3 @ 1600mhz / Snow Leopard
Reply With Quote