Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

kernel: Commit

kernel


Commit MetaInfo

Révision6c31a09b4b578310e34366c4fd792f7168dd9675 (tree)
l'heure2018-06-18 02:15:00
AuteurPierre-Louis Bossart <pierre-louis.bossart@linu...>
CommiterChih-Wei Huang

Message de Log

ASoc: rt5645: add ACPI ID 10EC3270

ALC3270 is a low-cost version of RT5645, add ACPI ID
to enable probe and use rt5645 codec driver
Tested on Asus T100HA

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

Change Summary

Modification

--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -3548,6 +3548,7 @@ static const struct acpi_device_id rt5645_acpi_match[] = {
35483548 { "10EC5648", 0 },
35493549 { "10EC5650", 0 },
35503550 { "10EC5640", 0 },
3551+ { "10EC3270", 0 },
35513552 {},
35523553 };
35533554 MODULE_DEVICE_TABLE(acpi, rt5645_acpi_match);
Afficher sur ancien navigateur de dépôt.