diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2017-04-04 15:32:28 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-12 06:41:20 -0400 |
commit | d572cfb662643761d55934331b42a2b8d68701cc (patch) | |
tree | 69c456568a43a8553610174fde5a45b867e001e7 | |
parent | 58153cca226fb32e77f102205050fcc752e1ffbe (diff) |
ASoC: codecs: rt5670: add quirk for Lenovo Thinkpad 10
[ Upstream commit 93ffeaa8ee3f10a0628ad135b552a2497e0bef2c ]
the BIOS incorrectly reports this codec as 5640 but it is
really a rt5670
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | sound/soc/codecs/rt5670.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5670.c b/sound/soc/codecs/rt5670.c index 25e1b9e1e841..fdc14e50d3b9 100644 --- a/sound/soc/codecs/rt5670.c +++ b/sound/soc/codecs/rt5670.c | |||
@@ -2814,6 +2814,7 @@ MODULE_DEVICE_TABLE(i2c, rt5670_i2c_id); | |||
2814 | static const struct acpi_device_id rt5670_acpi_match[] = { | 2814 | static const struct acpi_device_id rt5670_acpi_match[] = { |
2815 | { "10EC5670", 0}, | 2815 | { "10EC5670", 0}, |
2816 | { "10EC5672", 0}, | 2816 | { "10EC5672", 0}, |
2817 | { "10EC5640", 0}, /* quirk */ | ||
2817 | { }, | 2818 | { }, |
2818 | }; | 2819 | }; |
2819 | MODULE_DEVICE_TABLE(acpi, rt5670_acpi_match); | 2820 | MODULE_DEVICE_TABLE(acpi, rt5670_acpi_match); |