diff options
author | Mark Brown <broonie@linaro.org> | 2013-11-08 05:43:26 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-11-08 05:43:26 -0500 |
commit | 2029ef2500f859c00c9cf11af75dbe62f83cccce (patch) | |
tree | d9ff40d68f67122cb0ba1484fde07768cd703ca1 /include | |
parent | 491f06b160e89b49f0a19e40db009c7c2d347005 (diff) | |
parent | aab554ede931eddaca2e9b38c12489ae3f83fbe3 (diff) |
Merge remote-tracking branch 'asoc/topic/cs42l52' into asoc-next
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/cs42l52.h | 2 |
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 { | |||
31 | /* Charge Pump Freq. Check datasheet Pg73 */ | 31 | /* Charge Pump Freq. Check datasheet Pg73 */ |
32 | unsigned int chgfreq; | 32 | unsigned int chgfreq; |
33 | 33 | ||
34 | /* Reset GPIO */ | ||
35 | unsigned int reset_gpio; | ||
34 | }; | 36 | }; |
35 | 37 | ||
36 | #endif /* __CS42L52_H */ | 38 | #endif /* __CS42L52_H */ |