diff options
author | Javier Martin <javier.martin@vista-silicon.com> | 2012-10-31 06:53:34 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-01 10:35:56 -0400 |
commit | 1858fe97c87c33c4975e291ecbbd6c1a20315674 (patch) | |
tree | 357738191450f4d437e97f15d5f567065c7a15e9 /include/sound/tlv320aic32x4.h | |
parent | a405387c6825b1fc1956e22b10160b0f31536f3f (diff) |
ASoC: tlv320aic32x4: Add rstn gpio to platform data.
Add the possibility to specify a gpio through platform data
so that a HW reset can be issued to the codec.
Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound/tlv320aic32x4.h')
-rw-r--r-- | include/sound/tlv320aic32x4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/tlv320aic32x4.h b/include/sound/tlv320aic32x4.h index c009f70b4029..24e5d991f148 100644 --- a/include/sound/tlv320aic32x4.h +++ b/include/sound/tlv320aic32x4.h | |||
@@ -26,6 +26,7 @@ struct aic32x4_pdata { | |||
26 | u32 power_cfg; | 26 | u32 power_cfg; |
27 | u32 micpga_routing; | 27 | u32 micpga_routing; |
28 | bool swapdacs; | 28 | bool swapdacs; |
29 | int rstn_gpio; | ||
29 | }; | 30 | }; |
30 | 31 | ||
31 | #endif | 32 | #endif |