git: 9front

Download patch

ref: fb36d3701592e699e3b26186a73276707babcbed
parent: 41cac3f16dad7eed71a585f50bbf3ea2ce507c73
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Jul 25 22:48:00 EDT 2018

audiohda: support Intel Sunrise Point-LP on thinkpad X1

--- a/sys/src/9/pc/audiohda.c
+++ b/sys/src/9/pc/audiohda.c
@@ -1752,6 +1752,7 @@
 		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) */
--