[Public] > -----Original Message----- > From: Mukunda, Vijendar <Vijendar.Mukunda@xxxxxxx> > Sent: Thursday, May 29, 2025 1:38 AM > To: perex@xxxxxxxx; tiwai@xxxxxxxx > Cc: alsa-devel@xxxxxxxxxxxxxxxx; Dommati, Sunil-kumar <Sunil- > kumar.Dommati@xxxxxxx>; Deucher, Alexander > <Alexander.Deucher@xxxxxxx>; linux-sound@xxxxxxxxxxxxxxx; linux- > kernel@xxxxxxxxxxxxxxx; Mukunda, Vijendar <Vijendar.Mukunda@xxxxxxx> > Subject: [PATCH] ALSA: hda: Add new pci id for AMD GPU display HD audio > controller > > Add new pci id for AMD GPU display HD audio controller(device id- 0xab40). > > Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@xxxxxxx> Is there a way we can just add a default entry for all ATI HDMI HDA endpoints? It would avoid then need to add an entry every time we release a new endpoint DID. Either way: Reviewed-by: Alex Deucher <alexander.deucher@xxxxxxx> > --- > sound/pci/hda/hda_intel.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index > 512fb22f5e5e..3f8b2bf6eab5 100644 > --- a/sound/pci/hda/hda_intel.c > +++ b/sound/pci/hda/hda_intel.c > @@ -2715,6 +2715,9 @@ static const struct pci_device_id azx_ids[] = { > { PCI_VDEVICE(ATI, 0xab38), > .driver_data = AZX_DRIVER_ATIHDMI_NS | > AZX_DCAPS_PRESET_ATI_HDMI_NS | > AZX_DCAPS_PM_RUNTIME }, > + { PCI_VDEVICE(ATI, 0xab40), > + .driver_data = AZX_DRIVER_ATIHDMI_NS | > AZX_DCAPS_PRESET_ATI_HDMI_NS | > + AZX_DCAPS_PM_RUNTIME }, > /* GLENFLY */ > { PCI_DEVICE(PCI_VENDOR_ID_GLENFLY, PCI_ANY_ID), > .class = PCI_CLASS_MULTIMEDIA_HD_AUDIO << 8, > -- > 2.45.2