[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210115031515.13100-1-kaichuan.hsieh@canonical.com>
Date: Fri, 15 Jan 2021 11:15:15 +0800
From: Kai-Chuan Hsieh <kaichuan.hsieh@...onical.com>
To: alsa-devel@...a-project.org, perex@...ex.cz, tiwai@...e.com,
pierre-louis.bossart@...ux.intel.com,
guennadi.liakhovetski@...ux.intel.com, kai.heng.feng@...onical.com,
kai.vehmanen@...ux.intel.com, rppt@...nel.org,
linux-kernel@...r.kernel.org, kaichuan.hsieh@...onical.com
Subject: [PATCH] ALSA: hda: Add Cometlake-R PCI ID
Add HD Audio Device PCI ID for the Intel Cometlake-R platform
Reviewed-by: Kai Vehmanen <kai.vehmanen@...ux.intel.com>
Signed-off-by: Kai-Chuan Hsieh <kaichuan.hsieh@...onical.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 83a4a6290070..313d2c9fb35d 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2482,6 +2482,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
Powered by blists - more mailing lists