audiohda: add support for intel cannon point-lp (t490s)

This commit is contained in:
qwx 2021-11-18 17:15:08 +00:00
parent 05b513a687
commit b5a2fa5e5e

View file

@ -1784,6 +1784,7 @@ hdamatch(Pcidev *p)
case (0x8086 << 16) | 0xa2f0: /* Intel 200 Series PCH HD Audio */
case (0x8086 << 16) | 0xa3f0: /* Intel CometLake-S */
case (0x8086 << 16) | 0x0f04: /* Atom Z36*,Z37* */
case (0x8086 << 16) | 0x9dc8: /* Intel Cannon Point-LP */
case (0x10de << 16) | 0x026c: /* NVidia MCP51 (untested) */
case (0x10de << 16) | 0x0371: /* NVidia MCP55 (untested) */