]> git.lizzy.rs Git - plan9front.git/commitdiff
audiohda: Intel Sunrise Point-H support (thanks sam-d)
authorcinap_lenrek <cinap_lenrek@felloff.net>
Tue, 29 Aug 2017 17:37:26 +0000 (19:37 +0200)
committercinap_lenrek <cinap_lenrek@felloff.net>
Tue, 29 Aug 2017 17:37:26 +0000 (19:37 +0200)
sys/src/9/pc/audiohda.c

index b706c1834e921fcaad24413e6ab746f7876a2746..89e8399bb1f0efd2c33d13877a922af92e4bc8b1 100644 (file)
@@ -1749,6 +1749,7 @@ hdamatch(Pcidev *p)
                case (0x8086 << 16) | 0x8c20:   /* Intel 8 Series/C220 Series */
                case (0x8086 << 16) | 0x9c20:   /* Intel 8 Series Lynx Point */
                case (0x8086 << 16) | 0x9ca0:   /* Intel Wildcat Point */
+               case (0x8086 << 16) | 0xa170:   /* Intel Sunrise Point-H */
 
                case (0x10de << 16) | 0x026c:   /* NVidia MCP51 (untested) */
                case (0x10de << 16) | 0x0371:   /* NVidia MCP55 (untested) */
@@ -1871,6 +1872,7 @@ Found:
                case 0x8c20:
                case 0x9c20:
                case 0x9ca0:
+               case 0xa170:
                        pcicfgw16(p, 0x78, pcicfgr16(p, 0x78) & ~0x800);
                }
        }