[alsa-devel] [PATCH] ALSA: hda - Add Geminilake PCI ID
Takashi Iwai
tiwai at suse.de
Sat Feb 25 08:29:57 CET 2017
On Fri, 24 Feb 2017 23:42:40 +0100,
Vinod Koul wrote:
>
> Geminilake is another Intel part, so need to add PCI ID for it.
>
> Signed-off-by: Vinod Koul <vinod.koul at intel.com>
Applied, thanks.
Takashi
> ---
> sound/pci/hda/hda_intel.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
> index 16108f0eb688..c8256a89375a 100644
> --- a/sound/pci/hda/hda_intel.c
> +++ b/sound/pci/hda/hda_intel.c
> @@ -2255,6 +2255,9 @@ static void azx_shutdown(struct pci_dev *pci)
> /* 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 },
> --
> 1.9.1
>
More information about the Alsa-devel
mailing list