Thanks, audio with above works, also added in config
<dict>
<key>Comment</key>
<string>change _DSM to XDSM</string>
<key>Find</key>
<data>X0RTTQ==</data>
<key>Replace</key>
<data>WERTTQ==</data>
</dict>
this machine uses H110 chipset so created ssdt-lpc (using MaciASL)
DefinitionBlock ("", "SSDT", 1, " ", "SSDT-LPC", 0x00003000)
{
Method (_SB.PCI0.LPCB._DSM, 4, NotSerialized) // _DSM: Device-Specific Method
{
If (LEqual (Arg2, Zero))
{
Return (Buffer (One)
{
0x03
})
}
Return (Package (0x02)
{
"compatible",
"pci8086,9cc1"
})
}
}
, so AlppleLPC loads,
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
Adjusted USBs using [Guide] Creating a Custom SSDT for USBInjectAll.kext
All works as good as one could expect