diff options
author | Brian Austin <brian.austin@cirrus.com> | 2013-10-25 10:01:14 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-25 16:37:58 +0100 |
commit | 6dd17757927ba9d23c604fee6fe72b4755c7ea7f (patch) | |
tree | de40e4d181b47784c4dd108fc569d5177d649443 /include/sound/cs42l52.h | |
parent | 31d141e3a666269a3b6fcccddb0351caf7454240 (diff) | |
download | linux-6dd17757927ba9d23c604fee6fe72b4755c7ea7f.tar.bz2 |
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/cs42l52.h')
-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 */ |