]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ASoC: codecs: rt5670: add quirk for Lenovo Thinkpad 10
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Thu, 26 Jan 2017 20:09:34 +0000 (14:09 -0600)
committerMark Brown <broonie@kernel.org>
Tue, 31 Jan 2017 20:08:25 +0000 (20:08 +0000)
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>
sound/soc/codecs/rt5670.c

index 97bafac3bc15a7c0739f0aa051162f4337fbc094..17d20b99f0418728d5a73e293e18508c31f2d7b0 100644 (file)
@@ -2814,6 +2814,7 @@ MODULE_DEVICE_TABLE(i2c, rt5670_i2c_id);
 static const struct acpi_device_id rt5670_acpi_match[] = {
        { "10EC5670", 0},
        { "10EC5672", 0},
+       { "10EC5640", 0}, /* quirk */
        { },
 };
 MODULE_DEVICE_TABLE(acpi, rt5670_acpi_match);