The mainline kernel audio driver assumes the right interrupt at index
5 while the device DSDT places it at index 0.
Fix the ordering to make the mainline kernel driver work without
changes.
_Y06)
Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
{
_Y06)
Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
{
- 0x0000001D,
- }
- Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
- {
0x00000018,
}
Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
0x00000018,
}
Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
+ Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
+ {
+ 0x0000001D,
+ }
})
Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings
{
})
Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings
{