summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2017-02-25 04:12:40 +0530
committerTakashi Iwai <tiwai@suse.de>2017-02-25 08:29:36 +0100
commit44b46d739d3546188eb59f11e6888d77ebfcc3c1 (patch)
treeb6659a60366712ecf6948a3a3401a7b6305a6bf3 /sound
parent7086b7b3d101e0e6fca2bf7ca2f14483fc881837 (diff)
downloadlinux-0-day-44b46d739d3546188eb59f11e6888d77ebfcc3c1.tar.gz
linux-0-day-44b46d739d3546188eb59f11e6888d77ebfcc3c1.tar.xz
ALSA: hda - Add Geminilake PCI ID
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>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/hda_intel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 16108f0eb6884..c8256a89375a9 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -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 },