summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2019-04-08 15:50:13 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2019-04-08 15:50:13 +0200
commit3e65a15ae078f00f8ddf137e6d04007797702331 (patch)
tree9d4523f0248427e714f6196cbfe5660d4c581923
parentb56ba6210fe44f119ddca9011ab66b4496e37466 (diff)
downloadplan9front-3e65a15ae078f00f8ddf137e6d04007797702331.tar.xz
audiohda: add support for Gemini-Lake audio in Intel NUC nuc7pjyh (thanks sam-d)
-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 17ba2aba7..c0952c6d5 100644
--- a/sys/src/9/pc/audiohda.c
+++ b/sys/src/9/pc/audiohda.c
@@ -1754,6 +1754,7 @@ hdamatch(Pcidev *p)
case (0x8086 << 16) | 0x9d70: /* Intel Sunrise Point-LP */
case (0x8086 << 16) | 0x9d71: /* Intel Sunrise Point-LP */
case (0x8086 << 16) | 0x3a6e: /* Intel ICH10 */
+ case (0x8086 << 16) | 0x3198: /* Intel Gemini-Lake */
case (0x10de << 16) | 0x026c: /* NVidia MCP51 (untested) */
case (0x10de << 16) | 0x0371: /* NVidia MCP55 (untested) */