diff options
author | Mark Brown <broonie@kernel.org> | 2020-03-13 18:52:23 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-03-13 18:52:23 +0000 |
commit | 673f45f7bf7dbb6801a04053e3e2d13dfa42db08 (patch) | |
tree | 1eaca68ae7681a38d63ba780f858f9ea3813c43d /sound/soc/codecs/max98357a.c | |
parent | bd2b34e485f2361655c6020aa2d3bf2a14ae9dff (diff) | |
parent | 1a0f2433d7380c957d5d29e60a2eeb03ca3afe21 (diff) |
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); |