[9front] [PATCH] audiohda: add PCI ID for Intel C610/X99

---
Tested and seems to work fine.
This commit is contained in:
Michael Forney 2021-02-03 16:19:57 -08:00
parent 79c4c039ab
commit 49220af76e

View file

@ -1780,6 +1780,7 @@ hdamatch(Pcidev *p)
case (0x8086 << 16) | 0x9d71: /* Intel Sunrise Point-LP */
case (0x8086 << 16) | 0x3a6e: /* Intel ICH10 */
case (0x8086 << 16) | 0x3198: /* Intel Gemini-Lake */
case (0x8086 << 16) | 0x8d20: /* Intel C610/X99 */
case (0x10de << 16) | 0x026c: /* NVidia MCP51 (untested) */
case (0x10de << 16) | 0x0371: /* NVidia MCP55 (untested) */