git: 9front

Download patch

ref: 0b669514398c7c858212c54ebb6d53af410568c0
parent: f71d795b066d10759f522aa0b8de5813c98928da
author: Michael Forney <mforney@mforney.org>
date: Wed Feb 3 11:19:57 EST 2021

[9front] [PATCH] audiohda: add PCI ID for Intel C610/X99
---
Tested and seems to work fine.

--- a/sys/src/9/pc/audiohda.c
+++ b/sys/src/9/pc/audiohda.c
@@ -1780,6 +1780,7 @@
 		case (0x8086 << 16) | 0x9d71:   /* Intel Sunrise Point-LP */
 		case (0x8086 << 16) | 0x3a6e:	/* Intel ICH10 */
 		case (0x8086 << 16) | 0x3198:   /* Intel Gemini-Lake */
+		case (0x8086 << 16) | 0x8d20:	/* Intel C610/X99 */
 
 		case (0x10de << 16) | 0x026c:	/* NVidia MCP51 (untested) */
 		case (0x10de << 16) | 0x0371:	/* NVidia MCP55 (untested) */
--