]> git.lizzy.rs Git - plan9front.git/commitdiff
audiohda: add support for Gemini-Lake audio in Intel NUC nuc7pjyh (thanks sam-d)
authorcinap_lenrek <cinap_lenrek@felloff.net>
Mon, 8 Apr 2019 13:50:13 +0000 (15:50 +0200)
committercinap_lenrek <cinap_lenrek@felloff.net>
Mon, 8 Apr 2019 13:50:13 +0000 (15:50 +0200)
sys/src/9/pc/audiohda.c

index 17ba2aba7c30219e793ab0420f6c0f83136e2cdb..c0952c6d53be58916041669cbce86c48bb4b7af6 100644 (file)
@@ -1754,6 +1754,7 @@ hdamatch(Pcidev *p)
                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) */