The layout ID is "0x75, 0x03, 0x00, 0x00" for my soundcard.
I'm already using a modified GA EP35-DS3P.txt by modifing the layout ID part of that patch (I've read about this somewhere).
into device label HDEF insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
Store (Package (0x04)\n
{\n
"layout-id", \n
Buffer (0x04)\n
{\n
0x75, 0x03, 0x00, 0x00\n
}, \n
"PinConfigurations", \n
Buffer (Zero) {}\n
}, Local0)\n
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
Return (Local0)\n
}
end;
However both the "Gigabyte HDEF" and the "Misc" alc 889a patch already contains this layout id.
Does it matter which one I use in my DSDT?