diff mbox series

[1/3] ASoC: rt5660: Add a new ACPI match ID

Message ID 20181206145207.4477-1-hui.wang@canonical.com (mailing list archive)
State Accepted
Commit a01b8d1d24451bfc00d3a975d107f9b1590bf826
Headers show
Series [1/3] ASoC: rt5660: Add a new ACPI match ID | expand

Commit Message

Hui Wang Dec. 6, 2018, 2:52 p.m. UTC
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 <hui.wang@canonical.com>
---
 sound/soc/codecs/rt5660.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/sound/soc/codecs/rt5660.c b/sound/soc/codecs/rt5660.c
index 27f7445b2432..e74b2e8cd423 100644
--- a/sound/soc/codecs/rt5660.c
+++ b/sound/soc/codecs/rt5660.c
@@ -1246,6 +1246,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);