]> Git Repo - linux.git/commitdiff
ASoC: rt5660: Add a new ACPI match ID
authorHui Wang <[email protected]>
Thu, 6 Dec 2018 14:52:05 +0000 (22:52 +0800)
committerMark Brown <[email protected]>
Thu, 6 Dec 2018 20:12:12 +0000 (20:12 +0000)
The Realtek codec ALC3277 is 100% compatible with the codec RT5660
in I2S mode. And on the Dell IoT platform, the codec is ALC3277,
and the HID of the codec in the BIOS is 10EC3277, so adding this
ID to the ACPI match table.

Signed-off-by: Hui Wang <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/codecs/rt5660.c

index 20a755137e637c2dbafc7d1268a937fca90d28a4..ba1e9d89ad1babb14ad9356698efeb6e810f3a32 100644 (file)
@@ -1245,6 +1245,7 @@ MODULE_DEVICE_TABLE(of, rt5660_of_match);
 
 static const struct acpi_device_id rt5660_acpi_match[] = {
        { "10EC5660", 0 },
+       { "10EC3277", 0 },
        { },
 };
 MODULE_DEVICE_TABLE(acpi, rt5660_acpi_match);
This page took 0.085045 seconds and 4 git commands to generate.