[PATCH 1/1][SRU][F][G][H][OEM-5.10][Unstable] UBUNTU: SAUCE: ALSA: hda: Add Cometlake-R PCI ID
AceLan Kao
acelan.kao at canonical.com
Wed Jan 20 03:54:28 UTC 2021
From: Kai-Chuan Hsieh <kaichuan.hsieh at 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 at linux.intel.com>
Signed-off-by: Kai-Chuan Hsieh <kaichuan.hsieh at canonical.com>
(cherry picked from https://lkml.org/lkml/2021/1/14/1418)
Signed-off-by: Chia-Lin Kao (AceLan) <acelan.kao at canonical.com>
---
sound/pci/hda/hda_intel.c | 3 +++
1 file changed, 3 insertions(+)
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},
--
2.25.1
More information about the kernel-team
mailing list