diff options
author | Mark Brown <broonie@kernel.org> | 2020-03-13 19:52:23 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-03-13 19:52:23 +0100 |
commit | 673f45f7bf7dbb6801a04053e3e2d13dfa42db08 (patch) | |
tree | 1eaca68ae7681a38d63ba780f858f9ea3813c43d /sound/soc/codecs/max98357a.c | |
parent | Merge series "ASoC: SOF: multi-cpu dais, IPC and Intel improvements for 5.7" ... (diff) | |
parent | ASoC: max98357a: Add ACPI HID MAX98360A (diff) | |
download | linux-673f45f7bf7dbb6801a04053e3e2d13dfa42db08.tar.xz linux-673f45f7bf7dbb6801a04053e3e2d13dfa42db08.zip |
Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7
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 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); |