diff options
author | Mark Brown <broonie@kernel.org> | 2018-12-18 12:23:57 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-12-18 12:23:57 +0000 |
commit | c5fd9e77be44360b4827069c59f524815517917b (patch) | |
tree | d57b2bc6f56c08e8d974423715eb03c7da29ad20 /sound/soc/codecs/rt5660.c | |
parent | 7566ec393f4161572ba6f11ad5171fd5d59b0fbd (diff) | |
parent | a01b8d1d24451bfc00d3a975d107f9b1590bf826 (diff) | |
download | linux-c5fd9e77be44360b4827069c59f524815517917b.tar.gz linux-c5fd9e77be44360b4827069c59f524815517917b.tar.bz2 linux-c5fd9e77be44360b4827069c59f524815517917b.zip |
Merge branch 'asoc-4.20' into asoc-linus
Diffstat (limited to 'sound/soc/codecs/rt5660.c')
-rw-r--r-- | sound/soc/codecs/rt5660.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5660.c b/sound/soc/codecs/rt5660.c index 27f7445b2432..e74b2e8cd423 100644 --- a/sound/soc/codecs/rt5660.c +++ b/sound/soc/codecs/rt5660.c @@ -1246,6 +1246,7 @@ MODULE_DEVICE_TABLE(of, rt5660_of_match); static const struct acpi_device_id rt5660_acpi_match[] = { { "10EC5660", 0 }, + { "10EC3277", 0 }, { }, }; MODULE_DEVICE_TABLE(acpi, rt5660_acpi_match); |