Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9859a971 authored by Lu, Han's avatar Lu, Han Committed by Takashi Iwai
Browse files

ALSA: hda - add PCI ID for Intel Broxton-T



Add HD Audio Device PCI ID for the Intel Broxton-T platform.
It is an HDA Intel PCH controller.

Signed-off-by: default avatarLu, Han <han.lu@intel.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent de3df8a9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2232,6 +2232,9 @@ static const struct pci_device_id azx_ids[] = {
	/* Broxton-P(Apollolake) */
	{ PCI_DEVICE(0x8086, 0x5a98),
	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_BROXTON },
	/* Broxton-T */
	{ PCI_DEVICE(0x8086, 0x1a98),
	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_BROXTON },
	/* Haswell */
	{ PCI_DEVICE(0x8086, 0x0a0c),
	  .driver_data = AZX_DRIVER_HDMI | AZX_DCAPS_INTEL_HASWELL },