Skip to content

Commit

Permalink
ASoC: max98357a: Add ACPI HID MAX98360A
Browse files Browse the repository at this point in the history
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>
Link: https://lore.kernel.org/r/1584114926-29287-1-git-send-email-yong.zhi@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Yong Zhi authored and Mark Brown committed Mar 13, 2020
1 parent 5b7ddb8 commit 1a0f243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/max98357a.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1a0f243

Please sign in to comment.