diff options
| author | 2013-11-08 10:43:26 +0000 | |
|---|---|---|
| committer | 2013-11-08 10:43:26 +0000 | |
| commit | 2029ef2500f859c00c9cf11af75dbe62f83cccce (patch) | |
| tree | d9ff40d68f67122cb0ba1484fde07768cd703ca1 /include | |
| parent | Merge remote-tracking branch 'asoc/topic/cs4271' into asoc-next (diff) | |
| parent | ASoC: cs42l52: increase MAX_REGISTER for regmap_register_patch (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 { /* Charge Pump Freq. Check datasheet Pg73 */ unsigned int chgfreq; + /* Reset GPIO */ + unsigned int reset_gpio; }; #endif /* __CS42L52_H */ |
