0
0
mirror of https://github.com/edk2-porting/edk2-msm synced 2025-06-11 06:06:29 +00:00
Files
Xilin Wu 934a951950 Upload msm8998 files
for someone else to test, my system seems to be broken
2022-10-14 21:26:10 +08:00

26 lines
456 B
C
Executable File

//
// ADSP RPC Driver
//
Device (ARPC)
{
Name (_DEP, Package (0x02) // _DEP: Dependencies
{
\_SB.MMU2,
\_SB.GLNK
})
Name (_HID, "QCOM0097") // _HID: Hardware ID
Alias (\_SB.PSUB, _SUB)
}
// ARPD AUDIO Daemon Driver
Device (ARPD)
{
Name (_DEP, Package (0x02) // _DEP: Dependencies
{
\_SB.ADSP,
\_SB.ARPC
})
Name (_HID, "QCOM00F8") // _HID: Hardware ID
Alias (\_SB.PSUB, _SUB)
}