Skip to content

Commit 44b46d7

Browse files
Vinod Koultiwai
authored andcommitted
ALSA: hda - Add Geminilake PCI ID
Geminilake is another Intel part, so need to add PCI ID for it. Signed-off-by: Vinod Koul <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 7086b7b commit 44b46d7

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
@@ -2255,6 +2255,9 @@ static const struct pci_device_id azx_ids[] = {
22552255
/* Broxton-T */
22562256
{ PCI_DEVICE(0x8086, 0x1a98),
22572257
.driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_BROXTON },
2258+
/* Gemini-Lake */
2259+
{ PCI_DEVICE(0x8086, 0x3198),
2260+
.driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_BROXTON },
22582261
/* Haswell */
22592262
{ PCI_DEVICE(0x8086, 0x0a0c),
22602263
.driver_data = AZX_DRIVER_HDMI | AZX_DCAPS_INTEL_HASWELL },

0 commit comments

Comments
 (0)