]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: rt5677: Add 10EC5677 ACPI ID as supported
authorYauhen Kharuzhy <jekhor@gmail.com>
Wed, 11 Feb 2026 00:18:33 +0000 (02:18 +0200)
committerMark Brown <broonie@kernel.org>
Sun, 22 Feb 2026 23:52:08 +0000 (23:52 +0000)
Add 10EC5677 ACPI ID to the match table. It is used in the Lenovo
Yoga Book YB1-X91 tablet at least.

Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
Link: https://patch.msgid.link/20260211002255.4090440-2-jekhor@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5677.c

index d46385249867b3ef0781762ba4a1a6fc5c2511eb..ccbd32cf82986daac25248a169b88d5fc219f01c 100644 (file)
@@ -5204,6 +5204,7 @@ MODULE_DEVICE_TABLE(of, rt5677_of_match);
 static const struct acpi_device_id rt5677_acpi_match[] = {
        { "10EC5677", RT5677 },
        { "RT5677CE", RT5677 },
+       { "10EC5677", RT5677 },
        { }
 };
 MODULE_DEVICE_TABLE(acpi, rt5677_acpi_match);