git: 9front

Download patch

ref: d10f37e17f69d0f8e446b09414f630e12ba04273
parent: 7afe297816cccce708f7f770f4592d7a0d296e46
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Apr 8 11:50:13 EDT 2019

audiohda: add support for Gemini-Lake audio in Intel NUC nuc7pjyh (thanks sam-d)

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