[alsa-devel] [PATCH 03/17] ASoC: rt5640: Add "10EC3276" ACPI ID

Pierre-Louis Bossart pierre-louis.bossart at linux.intel.com
Thu Jan 26 21:09:31 CET 2017


From: Alexandrov Stansilav <neko at nya.ai>

Add ACPI ID "10EC3276" for sound card found on notebook HP Pavilion X2 10-p000.
ACPI DSDT Table on this device describes this card as ALC3276, but it is in fact rt5640.

Signed-off-by: Alexandrov Stansilav <neko at nya.ai>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>
---

Notes:
    Acked-by: Vinod Koul <vinod.koul at intel.com> on alsa-devel but
    Mark was not copied and the author did not resend the patches

 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 33e080f..1584ccc 100644
--- a/sound/soc/codecs/rt5640.c
+++ b/sound/soc/codecs/rt5640.c
@@ -2313,6 +2313,7 @@ MODULE_DEVICE_TABLE(of, rt5640_of_match);
 #ifdef CONFIG_ACPI
 static const struct acpi_device_id rt5640_acpi_match[] = {
 	{ "INT33CA", 0 },
+	{ "10EC3276", 0 },
 	{ "10EC5640", 0 },
 	{ "10EC5642", 0 },
 	{ "INTCCFFD", 0 },
-- 
2.7.4



More information about the Alsa-devel mailing list