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

Commit e54968ca authored by Jarkko Nikula's avatar Jarkko Nikula Committed by Rafael J. Wysocki
Browse files

ACPI / platform: Add ACPI IDs for Intel SST audio device



This adds ACPI IDs for Intel Smart Sound Technology (SST) device found in
Intel Haswell and BayTrail platforms.

Signed-off-by: default avatarJarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent dd96dc32
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -30,6 +30,9 @@ static const struct acpi_device_id acpi_platform_device_ids[] = {

	{ "PNP0D40" },

	/* Intel Smart Sound Technology */
	{ "INT33C8" },
	{ "80860F28" },
	{ }
};