diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-02 05:35:14 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-02 05:35:14 +0100 |
commit | 9f82b0440eb5fda4d7c4e4b5adf3be8c325ed578 (patch) | |
tree | af897a5e475537fd0051628958db190e409e022b /include/sound | |
parent | Merge remote-tracking branch 'asoc/topic/si476x' into asoc-next (diff) | |
parent | ASoC: tlv320aic32x4: Add rstn gpio to platform data. (diff) | |
download | linux-9f82b0440eb5fda4d7c4e4b5adf3be8c325ed578.tar.xz linux-9f82b0440eb5fda4d7c4e4b5adf3be8c325ed578.zip |
Merge remote-tracking branch 'asoc/topic/tlv320aic32x4' into asoc-next
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 c009f70b4029..24e5d991f148 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 |