Skip to content

Commit f84d3a1

Browse files
KaiChuan-Hsiehtiwai
authored andcommitted
ALSA: hda: Add Cometlake-R PCI ID
Add HD Audio Device PCI ID for the Intel Cometlake-R platform Reviewed-by: Kai Vehmanen <[email protected]> Signed-off-by: Kai-Chuan Hsieh <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 217bfbb commit f84d3a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sound/pci/hda/hda_intel.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2484,6 +2484,9 @@ static const struct pci_device_id azx_ids[] = {
24842484
/* CometLake-S */
24852485
{ PCI_DEVICE(0x8086, 0xa3f0),
24862486
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
2487+
/* CometLake-R */
2488+
{ PCI_DEVICE(0x8086, 0xf0c8),
2489+
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
24872490
/* Icelake */
24882491
{ PCI_DEVICE(0x8086, 0x34c8),
24892492
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},

0 commit comments

Comments
 (0)