summaryrefslogtreecommitdiff
path: root/sys/src/9/pc
diff options
context:
space:
mode:
authornessabeene@gmail.com <nessabeene@gmail.com>2021-09-11 12:07:16 +0000
committerOri Bernstein <ori@eigenstate.org>2021-09-11 12:07:16 +0000
commit3ac6d894d7e25a4556ba0b9ecf6c822b794c8407 (patch)
tree953fdbad6d2e586ccf65d03d4a0917f87dcc0676 /sys/src/9/pc
parent8f4842d3465e96d264f5c2f7fa2d61db871aae9f (diff)
audiohda: Add DID for Intel 200 Series PCH HD Audio
Diffstat (limited to 'sys/src/9/pc')
-rw-r--r--sys/src/9/pc/audiohda.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/audiohda.c b/sys/src/9/pc/audiohda.c
index 245ec705d..1823b0f50 100644
--- a/sys/src/9/pc/audiohda.c
+++ b/sys/src/9/pc/audiohda.c
@@ -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) */