From 5d6a11c387ea8954ea4a79c4f423bda934c56434 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Fri, 16 Feb 2018 21:04:38 +0100 Subject: [PATCH] audiohda: add device id for x260's Intel Sunrise Point-LP. (thanks rodri) --- sys/src/9/pc/audiohda.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/src/9/pc/audiohda.c b/sys/src/9/pc/audiohda.c index b8d3fc8d9..f74b0eadd 100644 --- a/sys/src/9/pc/audiohda.c +++ b/sys/src/9/pc/audiohda.c @@ -1751,6 +1751,7 @@ hdamatch(Pcidev *p) case (0x8086 << 16) | 0x9c20: /* Intel 8 Series Lynx Point */ case (0x8086 << 16) | 0x9ca0: /* Intel Wildcat Point */ case (0x8086 << 16) | 0xa170: /* Intel Sunrise Point-H */ + case (0x8086 << 16) | 0x9d70: /* Intel Sunrise Point-LP */ case (0x8086 << 16) | 0x3a6e: /* Intel ICH10 */ case (0x10de << 16) | 0x026c: /* NVidia MCP51 (untested) */