diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-09 16:22:20 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-09 16:22:20 +0100 |
commit | c0324fb3a1bc4691b1139ae1db34a2dbe282ff29 (patch) | |
tree | e508d7ae3f6d128068fe2e6e286a79db77118aaa /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-c0324fb3a1bc4691b1139ae1db34a2dbe282ff29.tar.xz linux-c0324fb3a1bc4691b1139ae1db34a2dbe282ff29.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 |