aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-11-03 22:04:16 -0800
committerMark Brown <broonie@linaro.org>2013-11-03 22:04:16 -0800
commit05e48b506434c8982816a0876dc2682c983bed7a (patch)
tree560bcfb5a79a6d483a9acc8b0b52579fda5fcf50 /include/sound
parentMerge remote-tracking branch 'asoc/topic/core' into asoc-next (diff)
parentASoC: cs42l52: increase MAX_REGISTER for regmap_register_patch (diff)
downloadlinux-dev-05e48b506434c8982816a0876dc2682c983bed7a.tar.xz
linux-dev-05e48b506434c8982816a0876dc2682c983bed7a.zip
Merge remote-tracking branch 'asoc/topic/cs42l52' into asoc-next
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 */