aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_intel.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2019-11-14 18:01:52 +0100
committerTakashi Iwai <tiwai@suse.de>2019-11-14 18:02:00 +0100
commitb12b2259bc4c1e0b34d4adb5c0e41b23761a5c08 (patch)
tree2ba710e251093b204af6e53860c9d3e8223e1d03 /sound/pci/hda/hda_intel.c
parentALSA: au88x0: Fix incorrect device pointer for preallocation (diff)
parentALSA: usb-audio: Fix incorrect size check for processing/extension units (diff)
downloadlinux-dev-b12b2259bc4c1e0b34d4adb5c0e41b23761a5c08.tar.xz
linux-dev-b12b2259bc4c1e0b34d4adb5c0e41b23761a5c08.zip
Merge branch 'for-linus' into for-next
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r--sound/pci/hda/hda_intel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 121b20121dae..8981109e3565 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2386,6 +2386,9 @@ static const struct pci_device_id azx_ids[] = {
/* CometLake-H */
{ PCI_DEVICE(0x8086, 0x06C8),
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
+ /* CometLake-S */
+ { PCI_DEVICE(0x8086, 0xa3f0),
+ .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
/* Icelake */
{ PCI_DEVICE(0x8086, 0x34c8),
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},