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

Commit e44007e0 authored by Chew, Chiau Ee's avatar Chew, Chiau Ee Committed by Takashi Iwai
Browse files

ALSA: hda - add PCI IDs for Intel BayTrail



Add HD Audio Device PCI ID for the Intel BayTrail platform.

Signed-off-by: default avatarChew, Chiau Ee <chiau.ee.chew@intel.com>
Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent e6135fe9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3878,6 +3878,9 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
	/* Oaktrail */
	{ PCI_DEVICE(0x8086, 0x080a),
	  .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_INTEL_PCH_NOPM },
	/* BayTrail */
	{ PCI_DEVICE(0x8086, 0x0f04),
	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH_NOPM },
	/* ICH */
	{ PCI_DEVICE(0x8086, 0x2668),
	  .driver_data = AZX_DRIVER_ICH | AZX_DCAPS_OLD_SSYNC |