Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda: Add new pci id for AMD GPU display HD audio controller
@ 2025-05-29  5:38 Vijendar Mukunda
  2025-05-29 20:26 ` Deucher, Alexander
  2025-06-02 14:46 ` Takashi Iwai
  0 siblings, 2 replies; 4+ messages in thread
From: Vijendar Mukunda @ 2025-05-29  5:38 UTC (permalink / raw)
  To: perex, tiwai
  Cc: alsa-devel, Sunil-kumar.Dommati, alexander.deucher, linux-sound,
	linux-kernel, Vijendar Mukunda

Add new pci id for AMD GPU display HD audio controller(device id- 0xab40).

Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-06-02 14:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-29  5:38 [PATCH] ALSA: hda: Add new pci id for AMD GPU display HD audio controller Vijendar Mukunda
2025-05-29 20:26 ` Deucher, Alexander
2025-06-02 14:47   ` Takashi Iwai
2025-06-02 14:46 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox