aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
diff options
context:
space:
mode:
authorBard Liao <bardliao@realtek.com>2017-08-30 12:28:31 +0800
committerMark Brown <broonie@kernel.org>2017-08-30 16:06:22 +0100
commit60b0fdeac19945107b956a8a2a0ba3a14827db60 (patch)
tree1884586d9cef15b675faee8e9aaabb758d54be78 /sound/soc/codecs
parentASoC: rt274: correct comment style (diff)
downloadlinux-dev-60b0fdeac19945107b956a8a2a0ba3a14827db60.tar.xz
linux-dev-60b0fdeac19945107b956a8a2a0ba3a14827db60.zip
ASoC: rt274: add acpi id
Add ACPI id for Intel platform. Signed-off-by: Guneshwor Singh <guneshwor.o.singh@intel.com> Signed-off-by: Bard Liao <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r--sound/soc/codecs/rt274.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt274.c b/sound/soc/codecs/rt274.c
index fb683ffc4e03..0be69c112c45 100644
--- a/sound/soc/codecs/rt274.c
+++ b/sound/soc/codecs/rt274.c
@@ -1102,6 +1102,7 @@ MODULE_DEVICE_TABLE(i2c, rt274_i2c_id);
static const struct acpi_device_id rt274_acpi_match[] = {
{ "10EC0274", 0 },
+ { "INT34C2", 0 },
{},
};
MODULE_DEVICE_TABLE(acpi, rt274_acpi_match);