aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKai Vehmanen <kai.vehmanen@linux.intel.com>2022-03-08 16:13:22 +0200
committerTakashi Iwai <tiwai@suse.de>2022-03-09 10:49:26 +0100
commit7cacfa4a7b0dcf8f10dda5327957ee13db1c455f (patch)
tree5ca6b3e97604078d7b5dcdcd774ed7d6a450b17a
parentALSA: scarlett2: Add support for the internal "standalone" switch (diff)
downloadwireguard-linux-7cacfa4a7b0dcf8f10dda5327957ee13db1c455f.tar.xz
wireguard-linux-7cacfa4a7b0dcf8f10dda5327957ee13db1c455f.zip
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>
-rw-r--r--sound/pci/hda/hda_intel.c2
1 files changed, 2 insertions, 0 deletions
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 */