Browse Source

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: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Jarkko Nikula 11 years ago
parent
commit
e54968ca1e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      drivers/acpi/acpi_platform.c

+ 3 - 0
drivers/acpi/acpi_platform.c

@@ -30,6 +30,9 @@ static const struct acpi_device_id acpi_platform_device_ids[] = {
 
 	{ "PNP0D40" },
 
+	/* Intel Smart Sound Technology */
+	{ "INT33C8" },
+	{ "80860F28" },
 	{ }
 };