audiohda: Add DID for Intel 200 Series PCH HD Audio
This commit is contained in:
parent
8f4842d346
commit
3ac6d894d7
1 changed files with 1 additions and 0 deletions
|
@ -1781,6 +1781,7 @@ hdamatch(Pcidev *p)
|
|||
case (0x8086 << 16) | 0x3a6e: /* Intel ICH10 */
|
||||
case (0x8086 << 16) | 0x3198: /* Intel Gemini-Lake */
|
||||
case (0x8086 << 16) | 0x8d20: /* Intel C610/X99 */
|
||||
case (0x8086 << 16) | 0xa2f0: /* Intel 200 Series PCH HD Audio */
|
||||
case (0x8086 << 16) | 0x0f04: /* Atom Z36*,Z37* */
|
||||
|
||||
case (0x10de << 16) | 0x026c: /* NVidia MCP51 (untested) */
|
||||
|
|
Loading…
Reference in a new issue