projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7086b7b
)
ALSA: hda - Add Geminilake PCI ID
author
Vinod Koul
<
[email protected]
>
Fri, 24 Feb 2017 22:42:40 +0000
(
04:12
+0530)
committer
Takashi Iwai
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Takashi Iwai <
[email protected]
>
sound/pci/hda/hda_intel.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/hda_intel.c
b/sound/pci/hda/hda_intel.c
index 16108f0eb68848bf189f47f0101273c14443565b..c8256a89375a90149f790390588b232a53e9e67b 100644
(file)
--- 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 },