summaryrefslogtreecommitdiff
path: root/sys/src/9/pc
diff options
context:
space:
mode:
authorqwx <qwx@sciops.net>2021-11-05 22:26:28 +0000
committerqwx <qwx@sciops.net>2021-11-05 22:26:28 +0000
commit9827a6b1780efb2e87541115fd0dd3476eb1f193 (patch)
tree0c2d9dd80c5630f8c379d269e39b114833533d9d /sys/src/9/pc
parent6c70026fa4b2ff235f60c883db15f55b4096bf6b (diff)
audiohda: add support for intel comet lake-s, fix typo
Diffstat (limited to 'sys/src/9/pc')
-rw-r--r--sys/src/9/pc/audiohda.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/src/9/pc/audiohda.c b/sys/src/9/pc/audiohda.c
index 1823b0f50..8bd4fa777 100644
--- a/sys/src/9/pc/audiohda.c
+++ b/sys/src/9/pc/audiohda.c
@@ -1777,11 +1777,12 @@ 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) | 0x9d71: /* Intel Kabylake-LP */
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) | 0xa3f0: /* Intel CometLake-S */
case (0x8086 << 16) | 0x0f04: /* Atom Z36*,Z37* */
case (0x10de << 16) | 0x026c: /* NVidia MCP51 (untested) */