diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-05-07 16:38:26 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-05-07 16:38:26 +0100 |
commit | 305787649826d6c84a6f9f71bc3318460610aba4 (patch) | |
tree | b36cfe60e6f806414b1e6c042f0be233f114986f /include/sound/tpa6130a2-plat.h | |
parent | c4806174c516d26bf4a72db1789cfc96e4950d07 (diff) | |
parent | aeb29a82de7c80d4d0253b042f17eb1f725b08f1 (diff) | |
download | op-kernel-dev-305787649826d6c84a6f9f71bc3318460610aba4.zip op-kernel-dev-305787649826d6c84a6f9f71bc3318460610aba4.tar.gz |
Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into for-2.6.35
Diffstat (limited to 'include/sound/tpa6130a2-plat.h')
-rw-r--r-- | include/sound/tpa6130a2-plat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/tpa6130a2-plat.h b/include/sound/tpa6130a2-plat.h index e29fde6..426f627 100644 --- a/include/sound/tpa6130a2-plat.h +++ b/include/sound/tpa6130a2-plat.h @@ -31,6 +31,7 @@ enum tpa_model { struct tpa6130a2_platform_data { enum tpa_model id; int power_gpio; + int limit_gain; }; #endif |