Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 491f8331 authored by Guneshwor Singh's avatar Guneshwor Singh Committed by Takashi Iwai
Browse files

ALSA: hda: Add Icelake PCI ID



Icelake is a next generation Intel platform. Add PCI ID for
it.

Signed-off-by: default avatarGuneshwor Singh <guneshwor.o.singh@intel.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 0bc66fd3
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -2426,6 +2426,9 @@ static const struct pci_device_id azx_ids[] = {
	/* Cannonlake */
	/* Cannonlake */
	{ PCI_DEVICE(0x8086, 0x9dc8),
	{ PCI_DEVICE(0x8086, 0x9dc8),
	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
	/* Icelake */
	{ PCI_DEVICE(0x8086, 0x34c8),
	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
	/* Broxton-P(Apollolake) */
	/* Broxton-P(Apollolake) */
	{ PCI_DEVICE(0x8086, 0x5a98),
	{ PCI_DEVICE(0x8086, 0x5a98),
	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_BROXTON },
	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_BROXTON },