]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ALSA: hda - Add Geminilake PCI ID
authorVinod Koul <vinod.koul@intel.com>
Fri, 24 Feb 2017 22:42:40 +0000 (04:12 +0530)
committerTakashi Iwai <tiwai@suse.de>
Sat, 25 Feb 2017 07:29:36 +0000 (08:29 +0100)
Geminilake is another Intel part, so need to add PCI ID for it.

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c

index 16108f0eb68848bf189f47f0101273c14443565b..c8256a89375a90149f790390588b232a53e9e67b 100644 (file)
@@ -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 },