diff options
author | Chiou, Cooper <cooper.chiou@intel.com> | 2019-11-08 15:13:49 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-11-11 11:45:34 +0100 |
commit | b73a58549ea37a44434c7afab3c7ad9af210cfd9 (patch) | |
tree | ac8fd85cc5cadc654d2559873df6dbb8d3d9db1d /sound | |
parent | 167beb1756791e0806365a3f86a0da10d7a327ee (diff) | |
download | linux-b73a58549ea37a44434c7afab3c7ad9af210cfd9.tar.bz2 |
ALSA: hda: Add Cometlake-S PCI ID
Add HD Audio Device PCI ID for the Intel Cometlake-S platform
Signed-off-by: Chiou, Cooper <cooper.chiou@intel.com>
Link: https://lore.kernel.org/r/20191108071349.12840-1-cooper.chiou@intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index cf53fbd872ee..c52419376c74 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2396,6 +2396,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}, |