Skip to content

Commit 7cacfa4

Browse files
kv2019itiwai
authored andcommitted
ALSA: hda: Add AlderLake-PS variant PCI ID
Add HD Audio PCI ID for a variant of Intel AlderLake-P. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Link: https://lore.kernel.org/r/20220308141322.880775-1-kai.vehmanen@linux.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 604b388 commit 7cacfa4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sound/pci/hda/hda_intel.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2499,6 +2499,8 @@ static const struct pci_device_id azx_ids[] = {
24992499
/* Alderlake-P */
25002500
{ PCI_DEVICE(0x8086, 0x51c8),
25012501
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
2502+
{ PCI_DEVICE(0x8086, 0x51c9),
2503+
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
25022504
{ PCI_DEVICE(0x8086, 0x51cd),
25032505
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
25042506
/* Alderlake-M */

0 commit comments

Comments
 (0)