diff mbox series

ASoC: max98357a: Add ACPI HID MAX98360A

Message ID 1584114926-29287-1-git-send-email-yong.zhi@intel.com
State Accepted
Commit 1a0f2433d7380c957d5d29e60a2eeb03ca3afe21
Headers show
Series ASoC: max98357a: Add ACPI HID MAX98360A | expand

Commit Message

Yong Zhi March 13, 2020, 3:55 p.m. UTC
Maxim MAX98360A audio amplifier is functionally identical to MAX98357A,
add ACPI ID "MAX98360A" for driver reuse.

Signed-off-by: Yong Zhi <yong.zhi@intel.com>
---
 sound/soc/codecs/max98357a.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/sound/soc/codecs/max98357a.c b/sound/soc/codecs/max98357a.c
index 74f20114297c..a8bd793a7867 100644
--- a/sound/soc/codecs/max98357a.c
+++ b/sound/soc/codecs/max98357a.c
@@ -133,6 +133,7 @@  MODULE_DEVICE_TABLE(of, max98357a_device_id);
 #ifdef CONFIG_ACPI
 static const struct acpi_device_id max98357a_acpi_match[] = {
 	{ "MX98357A", 0 },
+	{ "MX98360A", 0 },
 	{},
 };
 MODULE_DEVICE_TABLE(acpi, max98357a_acpi_match);