From: Chiou, Cooper Date: Fri, 8 Nov 2019 07:13:49 +0000 (+0800) Subject: ALSA: hda: Add Cometlake-S PCI ID X-Git-Tag: v5.3.16~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15940941a564353de6f4dba7348e0537f83fb627;p=thirdparty%2Fkernel%2Fstable.git ALSA: hda: Add Cometlake-S PCI ID [ Upstream commit b73a58549ea37a44434c7afab3c7ad9af210cfd9 ] Add HD Audio Device PCI ID for the Intel Cometlake-S platform Signed-off-by: Chiou, Cooper Link: https://lore.kernel.org/r/20191108071349.12840-1-cooper.chiou@intel.com Signed-off-by: Takashi Iwai Signed-off-by: Sasha Levin --- diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index e1791d01ccc01..46c2b1022495f 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2428,6 +2428,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},