From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pelio.antares-labs.eu ([45.77.152.221]) by ewsd; Fri Feb 16 14:41:12 EST 2018 Received: from pelio.antares-labs.eu (localhost [127.0.0.1]) by pelio.antares-labs.eu (OpenSMTPD) with ESMTP id 6bd52476 for <9front@9front.org>; Fri, 16 Feb 2018 14:41:07 -0500 (EST) Received: by pelio.antares-labs.eu (OpenSMTPD) with ESMTPSA id 7706a6b5 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for <9front@9front.org>; Fri, 16 Feb 2018 14:41:07 -0500 (EST) Date: Fri, 16 Feb 2018 20:41:05 +0100 From: Rodrigo =?iso-8859-1?Q?G=2E_L=F3pez?= To: 9front@9front.org Subject: audiohda patch for x260 Message-ID: <20180216194104.mvnmcexenosof3za@earth.antares-labs.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="hyn55jpodl5rr2li" Content-Disposition: inline User-Agent: NeoMutt/20170912 (1.9.0) List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: basic ACPI over ORM method-oriented strategy DOM solution --hyn55jpodl5rr2li Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi there. I just added the device id for the x260. I tested it with mp3 and flac files on the pc64 kernel, and both work fine. Have a nice weekend! -rodri --hyn55jpodl5rr2li Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="audiohda.patch" diff -r 278be8a55e90 sys/src/9/pc/audiohda.c --- a/sys/src/9/pc/audiohda.c Wed Feb 14 20:35:36 2018 +0100 +++ b/sys/src/9/pc/audiohda.c Thu Feb 15 21:16:24 2018 +0100 @@ -1751,6 +1751,7 @@ 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 (0x8086 << 16) | 0x9d70: /* Intel Sunrise Point-LP */ case (0x8086 << 16) | 0x3a6e: /* Intel ICH10 */ case (0x10de << 16) | 0x026c: /* NVidia MCP51 (untested) */ --hyn55jpodl5rr2li--