OSDN Git Service

ASoC: rt5640: Add RT5642 ACPI ID for Intel Baytrail
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Fri, 23 Jan 2015 12:15:30 +0000 (14:15 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 26 Jan 2015 19:17:03 +0000 (19:17 +0000)
Asus T100TAF uses ACPI ID "10EC5642" for its audio codec. I suppose it is
updated ACPI ID for the RT5642 codec since some earlier platforms are using
"10EC5640" with the RT5642 too.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5640.c

index c3f2dec..1ff726c 100644 (file)
@@ -2124,6 +2124,7 @@ MODULE_DEVICE_TABLE(of, rt5640_of_match);
 static struct acpi_device_id rt5640_acpi_match[] = {
        { "INT33CA", 0 },
        { "10EC5640", 0 },
+       { "10EC5642", 0 },
        { },
 };
 MODULE_DEVICE_TABLE(acpi, rt5640_acpi_match);