summaryrefslogtreecommitdiff
path: root/sys/src/9
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2018-02-16 21:04:38 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2018-02-16 21:04:38 +0100
commit5d6a11c387ea8954ea4a79c4f423bda934c56434 (patch)
tree38e333fb0b2a6751e3670f8da30bd7a097f2f3d0 /sys/src/9
parentb19280009679f31bd3cf05a9a7df95ef121cef0b (diff)
audiohda: add device id for x260's Intel Sunrise Point-LP. (thanks rodri)
Diffstat (limited to 'sys/src/9')
-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 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) */