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

Commit f31b2ffc authored by Libin Yang's avatar Libin Yang Committed by Takashi Iwai
Browse files

ALSA: hda - add PCI IDs for Intel Braswell



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

AZX_DCAPS_ALIGN_BUFSIZE is not necessary for this controller.

Signed-off-by: default avatarLibin Yang <libin.yang@intel.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 542baf94
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -2017,6 +2017,9 @@ static const struct pci_device_id azx_ids[] = {
	/* BayTrail */
	/* BayTrail */
	{ PCI_DEVICE(0x8086, 0x0f04),
	{ PCI_DEVICE(0x8086, 0x0f04),
	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH_NOPM },
	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH_NOPM },
	/* Braswell */
	{ PCI_DEVICE(0x8086, 0x2284),
	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
	/* ICH */
	/* ICH */
	{ PCI_DEVICE(0x8086, 0x2668),
	{ PCI_DEVICE(0x8086, 0x2668),
	  .driver_data = AZX_DRIVER_ICH | AZX_DCAPS_OLD_SSYNC |
	  .driver_data = AZX_DRIVER_ICH | AZX_DCAPS_OLD_SSYNC |