]> Git Repo - linux.git/commitdiff
ASoC: max98357a: Add ACPI HID MAX98360A
authorYong Zhi <[email protected]>
Fri, 13 Mar 2020 15:55:26 +0000 (10:55 -0500)
committerMark Brown <[email protected]>
Fri, 13 Mar 2020 18:48:12 +0000 (18:48 +0000)
Maxim MAX98360A audio amplifier is functionally identical to MAX98357A,
add ACPI ID "MAX98360A" for driver reuse.

Signed-off-by: Yong Zhi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
sound/soc/codecs/max98357a.c

index 16313b973eaa41b26694bd154626b0329575d31c..eb3d8255ea6c3e9c7b245e62036f500319666b35 100644 (file)
@@ -135,6 +135,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);
This page took 0.062555 seconds and 4 git commands to generate.