diff mbox series

ALSA: hda: Add AlderLake-PS variant PCI ID

Message ID 20220308141322.880775-1-kai.vehmanen@linux.intel.com
State Accepted
Commit 7cacfa4a7b0dcf8f10dda5327957ee13db1c455f
Headers show
Series ALSA: hda: Add AlderLake-PS variant PCI ID | expand

Commit Message

Kai Vehmanen March 8, 2022, 2:13 p.m. UTC
Add HD Audio PCI ID for a variant of Intel AlderLake-P.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
---
 sound/pci/hda/hda_intel.c | 2 ++
 1 file changed, 2 insertions(+)


base-commit: fd7698cf0858f8c5e659b655109cd93c2f15cdd3
prerequisite-patch-id: 0259e96fec7d4c6138df07807ca8fbc6f73e0c31
diff mbox series

Patch

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 5af7a1e18013..0a83eb6b88b1 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2499,6 +2499,8 @@  static const struct pci_device_id azx_ids[] = {
 	/* Alderlake-P */
 	{ PCI_DEVICE(0x8086, 0x51c8),
 	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
+	{ PCI_DEVICE(0x8086, 0x51c9),
+	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
 	{ PCI_DEVICE(0x8086, 0x51cd),
 	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
 	/* Alderlake-M */