projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b7ddb8
)
ASoC: max98357a: Add ACPI HID MAX98360A
author
Yong Zhi
<yong.zhi@intel.com>
Fri, 13 Mar 2020 15:55:26 +0000
(10:55 -0500)
committer
Mark Brown
<broonie@kernel.org>
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 <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>
sound/soc/codecs/max98357a.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/max98357a.c
b/sound/soc/codecs/max98357a.c
index 16313b973eaa41b26694bd154626b0329575d31c..eb3d8255ea6c3e9c7b245e62036f500319666b35 100644
(file)
--- a/
sound/soc/codecs/max98357a.c
+++ b/
sound/soc/codecs/max98357a.c
@@
-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);