Commit b73a5854 authored by Chiou, Cooper's avatar Chiou, Cooper Committed by Takashi Iwai
Browse files

ALSA: hda: Add Cometlake-S PCI ID



Add HD Audio Device PCI ID for the Intel Cometlake-S platform

Signed-off-by: default avatarChiou, Cooper <cooper.chiou@intel.com>
Link: https://lore.kernel.org/r/20191108071349.12840-1-cooper.chiou@intel.com


Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 167beb17
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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},