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>
This commit is contained in:
@@ -2255,6 +2255,9 @@ static const struct pci_device_id azx_ids[] = {
|
|||||||
/* Broxton-T */
|
/* Broxton-T */
|
||||||
{ PCI_DEVICE(0x8086, 0x1a98),
|
{ PCI_DEVICE(0x8086, 0x1a98),
|
||||||
.driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_BROXTON },
|
.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 */
|
/* Haswell */
|
||||||
{ PCI_DEVICE(0x8086, 0x0a0c),
|
{ PCI_DEVICE(0x8086, 0x0a0c),
|
||||||
.driver_data = AZX_DRIVER_HDMI | AZX_DCAPS_INTEL_HASWELL },
|
.driver_data = AZX_DRIVER_HDMI | AZX_DCAPS_INTEL_HASWELL },
|
||||||
|
|||||||
Reference in New Issue
Block a user