From: Jarkko Nikula Date: Fri, 23 Jan 2015 12:15:30 +0000 (+0200) Subject: ASoC: rt5640: Add RT5642 ACPI ID for Intel Baytrail X-Git-Tag: android-x86-4.4-r3~370^2~13^2~16^6 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3463667aa171ed5359d63a6195e65d457aa6eb2f;p=android-x86%2Fkernel.git ASoC: rt5640: Add RT5642 ACPI ID for Intel Baytrail 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 Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/rt5640.c b/sound/soc/codecs/rt5640.c index c3f2decd643c..1ff726c29249 100644 --- a/sound/soc/codecs/rt5640.c +++ b/sound/soc/codecs/rt5640.c @@ -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);