diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2015-01-23 14:15:30 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-01-26 19:17:03 +0000 |
commit | 3463667aa171ed5359d63a6195e65d457aa6eb2f (patch) | |
tree | 789459c409c9ad9f6e9183c16e2b812f1b48d233 /sound/soc/codecs/rt5640.c | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) | |
download | linux-3463667aa171ed5359d63a6195e65d457aa6eb2f.tar.gz linux-3463667aa171ed5359d63a6195e65d457aa6eb2f.tar.bz2 linux-3463667aa171ed5359d63a6195e65d457aa6eb2f.zip |
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 <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5640.c')
-rw-r--r-- | sound/soc/codecs/rt5640.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |