aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5640.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/rt5640.c')
-rw-r--r--sound/soc/codecs/rt5640.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5640.c b/sound/soc/codecs/rt5640.c
index 0bfb960e90f8..641eeeb00c5c 100644
--- a/sound/soc/codecs/rt5640.c
+++ b/sound/soc/codecs/rt5640.c
@@ -2082,11 +2082,13 @@ static const struct i2c_device_id rt5640_i2c_id[] = {
2082}; 2082};
2083MODULE_DEVICE_TABLE(i2c, rt5640_i2c_id); 2083MODULE_DEVICE_TABLE(i2c, rt5640_i2c_id);
2084 2084
2085#ifdef CONFIG_ACPI
2085static struct acpi_device_id rt5640_acpi_match[] = { 2086static struct acpi_device_id rt5640_acpi_match[] = {
2086 { "INT33CA", 0 }, 2087 { "INT33CA", 0 },
2087 { }, 2088 { },
2088}; 2089};
2089MODULE_DEVICE_TABLE(acpi, rt5640_acpi_match); 2090MODULE_DEVICE_TABLE(acpi, rt5640_acpi_match);
2091#endif
2090 2092
2091static int rt5640_parse_dt(struct rt5640_priv *rt5640, struct device_node *np) 2093static int rt5640_parse_dt(struct rt5640_priv *rt5640, struct device_node *np)
2092{ 2094{