[9front] [PATCH] audiohda: add PCI ID for Intel C610/X99
--- Tested and seems to work fine.
This commit is contained in:
parent
79c4c039ab
commit
49220af76e
1 changed files with 1 additions and 0 deletions
|
@ -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) */
|
||||
|
|
Loading…
Reference in a new issue