[alsa-devel] [PATCH] ASoC: rt5640: Add ACPI ID for Intel Baytrail
7 Feb
2014
7 Feb
'14
8:35 a.m.
Realtek RT5640 uses ACPI ID "10EC5640" for Intel Baytrail platforms.
Signed-off-by: Jarkko Nikula jarkko.nikula@linux.intel.com Cc: Bard Liao bardliao@realtek.com --- sound/soc/codecs/rt5640.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/rt5640.c b/sound/soc/codecs/rt5640.c index a3fb41179636..886924934aa5 100644 --- a/sound/soc/codecs/rt5640.c +++ b/sound/soc/codecs/rt5640.c @@ -2093,6 +2093,7 @@ MODULE_DEVICE_TABLE(i2c, rt5640_i2c_id); #ifdef CONFIG_ACPI static struct acpi_device_id rt5640_acpi_match[] = { { "INT33CA", 0 }, + { "10EC5640", 0 }, { }, }; MODULE_DEVICE_TABLE(acpi, rt5640_acpi_match);
--
1.8.5.3
3971
Age (days ago)
3971
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jarkko Nikula
-
Mark Brown