From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23280 invoked from network); 25 Sep 2021 04:11:48 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 25 Sep 2021 04:11:48 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 4ess; Sat Sep 25 00:06:41 -0400 2021 Received: from abbatoir.myfiosgateway.com (pool-74-108-56-225.nycmny.fios.verizon.net [74.108.56.225]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id b4c58efc (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Fri, 24 Sep 2021 21:06:22 -0700 (PDT) Message-ID: To: 9front@9front.org Date: Sat, 25 Sep 2021 00:06:21 -0400 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: DOM just-in-time-scale configuration control Subject: Re: [9front] audiohda: Add DID for Intel 200 Series PCH HD Audio Reply-To: 9front@9front.org Precedence: bulk Quoth nessabeene@gmail.com: > diff ff543c202c6c957f3208c9a75dc12ae8519f8325 uncommitted > --- a/sys/src/9/pc/audiohda.c > +++ b/sys/src/9/pc/audiohda.c > @@ -1781,6 +1781,7 @@ > case (0x8086 << 16) | 0x3a6e: /* Intel ICH10 */ > case (0x8086 << 16) | 0x3198: /* Intel Gemini-Lake */ > case (0x8086 << 16) | 0x8d20: /* Intel C610/X99 */ > + case (0x8086 << 16) | 0xa2f0: /* Intel 200 Series PCH HD Audio */ > case (0x8086 << 16) | 0x0f04: /* Atom Z36*,Z37* */ > > case (0x10de << 16) | 0x026c: /* NVidia MCP51 (untested) */ > looks good, committed.