aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorBrian Austin <brian.austin@cirrus.com>2013-10-25 10:01:14 -0500
committerMark Brown <broonie@linaro.org>2013-10-25 16:37:58 +0100
commit6dd17757927ba9d23c604fee6fe72b4755c7ea7f (patch)
treede40e4d181b47784c4dd108fc569d5177d649443 /include/sound
parentLinux 3.12-rc6 (diff)
downloadlinux-dev-6dd17757927ba9d23c604fee6fe72b4755c7ea7f.tar.xz
linux-dev-6dd17757927ba9d23c604fee6fe72b4755c7ea7f.zip
ASoC: cs42l52: Add platform data for reset gpio
This patch adds platform data support for a reset GPIO. Also uses reset_gpio to toggle reset of the CODEC Signed-off-by: Brian Austin <brian.austin@cirrus.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/cs42l52.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/cs42l52.h b/include/sound/cs42l52.h
index 4c68955f7330..7c2be4a51894 100644
--- a/include/sound/cs42l52.h
+++ b/include/sound/cs42l52.h
@@ -31,6 +31,8 @@ struct cs42l52_platform_data {
/* Charge Pump Freq. Check datasheet Pg73 */
unsigned int chgfreq;
+ /* Reset GPIO */
+ unsigned int reset_gpio;
};
#endif /* __CS42L52_H */