summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2018-07-26 02:48:00 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2018-07-26 02:48:00 +0200
commit6cd83e5d246753f2b8691dded4697f858a9cd513 (patch)
tree98bdeac26afe79bff60a8fbee16833121ba2e697
parenta8644d01c34febd6e709c8968fbb926c9115e6c1 (diff)
downloadplan9front-6cd83e5d246753f2b8691dded4697f858a9cd513.tar.xz
audiohda: support Intel Sunrise Point-LP on thinkpad X1
-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 f74b0eadd..189e3418f 100644
--- a/sys/src/9/pc/audiohda.c
+++ b/sys/src/9/pc/audiohda.c
@@ -1752,6 +1752,7 @@ hdamatch(Pcidev *p)
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) | 0x9d71: /* Intel Sunrise Point-LP */
case (0x8086 << 16) | 0x3a6e: /* Intel ICH10 */
case (0x10de << 16) | 0x026c: /* NVidia MCP51 (untested) */