diff mbox series

ALSA: hda: Add Cometlake-S PCI ID

Message ID 20191108071349.12840-1-cooper.chiou@intel.com (mailing list archive)
State New, archived
Headers show
Series ALSA: hda: Add Cometlake-S PCI ID | expand

Commit Message

Cooper Chiou Nov. 8, 2019, 7:13 a.m. UTC
Add HD Audio Device PCI ID for the Intel Cometlake-S platform

Signed-off-by: Chiou, Cooper <cooper.chiou@intel.com>
---
 sound/pci/hda/hda_intel.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

Takashi Iwai Nov. 11, 2019, 10:46 a.m. UTC | #1
On Fri, 08 Nov 2019 08:13:49 +0100,
Chiou, Cooper wrote:
> 
> Add HD Audio Device PCI ID for the Intel Cometlake-S platform
> 
> Signed-off-by: Chiou, Cooper <cooper.chiou@intel.com>

Applied, thanks.


Takashi
diff mbox series

Patch

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},