diff options
author | Yong Zhi <yong.zhi@intel.com> | 2020-03-13 16:55:26 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-03-13 19:48:12 +0100 |
commit | 1a0f2433d7380c957d5d29e60a2eeb03ca3afe21 (patch) | |
tree | b003c8493f7c736587492df8ece0f4e1a00686c6 /sound/soc/codecs/max98357a.c | |
parent | ASoC: rt5682: Revise the DAC1 volume setting (diff) | |
download | linux-1a0f2433d7380c957d5d29e60a2eeb03ca3afe21.tar.xz linux-1a0f2433d7380c957d5d29e60a2eeb03ca3afe21.zip |
ASoC: max98357a: Add ACPI HID MAX98360A
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>
Diffstat (limited to 'sound/soc/codecs/max98357a.c')
-rw-r--r-- | sound/soc/codecs/max98357a.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/max98357a.c b/sound/soc/codecs/max98357a.c index 16313b973eaa..eb3d8255ea6c 100644 --- 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); |