Skip to content

Commit d50313a

Browse files
plbossarttiwai
authored andcommitted
ALSA: hda: Intel: add missing PCI IDs for ICL-H, TGL-H and EKL
Mirror PCI ids used for SOF. Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Guennadi Liakhovetski <[email protected]> Reviewed-by: Kai Vehmanen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent b2c2291 commit d50313a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sound/pci/hda/hda_intel.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2470,6 +2470,9 @@ static const struct pci_device_id azx_ids[] = {
24702470
/* Icelake */
24712471
{ PCI_DEVICE(0x8086, 0x34c8),
24722472
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
2473+
/* Icelake-H */
2474+
{ PCI_DEVICE(0x8086, 0x3dc8),
2475+
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
24732476
/* Jasperlake */
24742477
{ PCI_DEVICE(0x8086, 0x38c8),
24752478
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
@@ -2478,9 +2481,14 @@ static const struct pci_device_id azx_ids[] = {
24782481
/* Tigerlake */
24792482
{ PCI_DEVICE(0x8086, 0xa0c8),
24802483
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
2484+
/* Tigerlake-H */
2485+
{ PCI_DEVICE(0x8086, 0x43c8),
2486+
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
24812487
/* Elkhart Lake */
24822488
{ PCI_DEVICE(0x8086, 0x4b55),
24832489
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
2490+
{ PCI_DEVICE(0x8086, 0x4b58),
2491+
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
24842492
/* Broxton-P(Apollolake) */
24852493
{ PCI_DEVICE(0x8086, 0x5a98),
24862494
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_BROXTON },

0 commit comments

Comments
 (0)