diff options
author | Javier Martin <javier.martin@vista-silicon.com> | 2012-10-31 11:53:34 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-01 14:35:56 +0000 |
commit | 1858fe97c87c33c4975e291ecbbd6c1a20315674 (patch) | |
tree | 357738191450f4d437e97f15d5f567065c7a15e9 /include/sound | |
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')
-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 c009f70b402..24e5d991f14 100644 --- a/include/sound/tlv320aic32x4.h +++ b/include/sound/tlv320aic32x4.h @@ -26,6 +26,7 @@ struct aic32x4_pdata { u32 power_cfg; u32 micpga_routing; bool swapdacs; + int rstn_gpio; }; #endif |