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

Commit 44b46d73 authored by Vinod Koul's avatar Vinod Koul Committed by Takashi Iwai
Browse files

ALSA: hda - Add Geminilake PCI ID



Geminilake is another Intel part, so need to add PCI ID for it.

Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 7086b7b3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2255,6 +2255,9 @@ static const struct pci_device_id azx_ids[] = {
	/* Broxton-T */
	{ PCI_DEVICE(0x8086, 0x1a98),
	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_BROXTON },
	/* Gemini-Lake */
	{ PCI_DEVICE(0x8086, 0x3198),
	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_BROXTON },
	/* Haswell */
	{ PCI_DEVICE(0x8086, 0x0a0c),
	  .driver_data = AZX_DRIVER_HDMI | AZX_DCAPS_INTEL_HASWELL },