summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/cs42xx8.h
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2015-06-25 16:44:13 +0300
committerMark Brown <broonie@kernel.org>2015-07-07 15:35:13 +0300
commit5e4cb7b60833b0124a9f71dbc5118144ca79c3c4 (patch)
treebc814d4d1a2c5b0c848e205e48ec6be35058815d /sound/soc/codecs/cs42xx8.h
parentd375d0abcd625cd09cd90a252ad22a1085452e3c (diff)
downloadlinux-5e4cb7b60833b0124a9f71dbc5118144ca79c3c4.tar.xz
ASoC: cs42xx8: Setup of_match_table
Setup of_match_table and since cs42xx8_of_match is exported and used in cs42xx8-i2c.c, it cannot be static. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Brian Austin <brian.austin@cirrus.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/cs42xx8.h')
-rw-r--r--sound/soc/codecs/cs42xx8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/cs42xx8.h b/sound/soc/codecs/cs42xx8.h
index b2c10e537ef6..d36c61b6df74 100644
--- a/sound/soc/codecs/cs42xx8.h
+++ b/sound/soc/codecs/cs42xx8.h
@@ -22,6 +22,7 @@ extern const struct dev_pm_ops cs42xx8_pm;
extern const struct cs42xx8_driver_data cs42448_data;
extern const struct cs42xx8_driver_data cs42888_data;
extern const struct regmap_config cs42xx8_regmap_config;
+extern const struct of_device_id cs42xx8_of_match[];
int cs42xx8_probe(struct device *dev, struct regmap *regmap);
/* CS42888 register map */