diff mbox series

[1/1,SRU,F,G,H,OEM-5.10,Unstable] UBUNTU: SAUCE: ALSA: hda: Add Cometlake-R PCI ID

Message ID 20210120035428.48159-2-acelan.kao@canonical.com
State New
Headers show
Series HD Audio Device PCI ID for the Intel Cometlake-R platform | expand

Commit Message

AceLan Kao Jan. 20, 2021, 3:54 a.m. UTC
From: Kai-Chuan Hsieh <kaichuan.hsieh@canonical.com>

BugLink: https://bugs.launchpad.net/bugs/1912427

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

Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Signed-off-by: Kai-Chuan Hsieh <kaichuan.hsieh@canonical.com>
(cherry picked from https://lkml.org/lkml/2021/1/14/1418)
Signed-off-by: Chia-Lin Kao (AceLan) <acelan.kao@canonical.com>
---
 sound/pci/hda/hda_intel.c | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 6852668f1bcb..6f895139441b 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2486,6 +2486,9 @@  static const struct pci_device_id azx_ids[] = {
 	/* CometLake-S */
 	{ PCI_DEVICE(0x8086, 0xa3f0),
 	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
+	/* CometLake-R */
+	{ PCI_DEVICE(0x8086, 0xf0c8),
+	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
 	/* Icelake */
 	{ PCI_DEVICE(0x8086, 0x34c8),
 	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},