Re: Fully enable Intel AlderLake HD Audio

2022-09-07 Thread Jonathan Gray
On Wed, Sep 07, 2022 at 05:50:35PM -0700, Neel Chauhan wrote: > On 2022-09-07 17:45, Jonathan Gray wrote: > > so the subclass shows as "Audio" not "HD Audio" > > in pcidump -v? > > > > 7:0:1: ATI Renoir HD Audio > > 0x: Vendor ID: 1002, Product ID: 1637 > > 0x0004: Command:

Re: Fully enable Intel AlderLake HD Audio

2022-09-07 Thread Neel Chauhan
On 2022-09-07 17:45, Jonathan Gray wrote: so the subclass shows as "Audio" not "HD Audio" in pcidump -v? 7:0:1: ATI Renoir HD Audio 0x: Vendor ID: 1002, Product ID: 1637 0x0004: Command: 0006, Status: 0010 0x0008: Class: 04 Multimedia, Subclass: 03 HD Audio,

Re: Fully enable Intel AlderLake HD Audio

2022-09-07 Thread Jonathan Gray
On Wed, Sep 07, 2022 at 05:33:56PM -0700, Neel Chauhan wrote: > I technically own a HP Spectre x360 16-f0013dx which uses the 0x51c8 ID, but > it seems we already included that. > > I based the original patch off my FreeBSD patch which does the same thing > (but includes all the IDs), hence all

Re: Fully enable Intel AlderLake HD Audio

2022-09-07 Thread Neel Chauhan
I technically own a HP Spectre x360 16-f0013dx which uses the 0x51c8 ID, but it seems we already included that. I based the original patch off my FreeBSD patch which does the same thing (but includes all the IDs), hence all the IDs. My Spectre requires the match table, otherwise I'd have no

Re: Fully enable Intel AlderLake HD Audio

2022-09-07 Thread Jonathan Gray
Some of these are Raptor Lake not Alder Lake. Do you have a machine with any of the added ids? The match table is added to when we find machines with an unexpected subclass. On Wed, Sep 07, 2022 at 04:35:32PM -0700, Neel Chauhan wrote: > Index: dev/pci/azalia.c >

Fully enable Intel AlderLake HD Audio

2022-09-07 Thread Neel Chauhan
Index: dev/pci/azalia.c === RCS file: /cvs/src/sys/dev/pci/azalia.c,v retrieving revision 1.275 diff -u -p -u -p -r1.275 azalia.c --- dev/pci/azalia.c24 Aug 2022 11:21:12 - 1.275 +++ dev/pci/azalia.c7 Sep 2022