summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra20_das.h
diff options
context:
space:
mode:
authorNikesh Oswal <noswal@nvidia.com>2012-01-24 12:18:04 +0530
committerVarun Colbert <vcolbert@nvidia.com>2012-01-30 11:56:46 -0800
commit965e071849da10e150d68693e20396d120e83168 (patch)
treef00fd5fc6a98ecfae2309798fbf2f155216e0eba /sound/soc/tegra/tegra20_das.h
parenta52e3bd669c7bf0992de78a8065ec661a54c035a (diff)
asoc: tegra: ap20: add functions to enable/tristate the das
Bug: 919350 Reviewed-on: http://git-master/r/76952 Change-Id: Iffc597141a3a5ea528089ce06bf57a4b012eefe8 Signed-off-by: Nikesh Oswal <noswal@nvidia.com> Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/77730 Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'sound/soc/tegra/tegra20_das.h')
-rw-r--r--sound/soc/tegra/tegra20_das.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/tegra/tegra20_das.h b/sound/soc/tegra/tegra20_das.h
index 1d7c57fd0092..0d58c7d1bc3f 100644
--- a/sound/soc/tegra/tegra20_das.h
+++ b/sound/soc/tegra/tegra20_das.h
@@ -143,4 +143,6 @@ extern int tegra20_das_connect_dap_to_dap(int dap_id, int other_dap_sel,
*/
extern int tegra20_das_connect_dac_to_dap(int dac_id, int dap_sel);
+extern int tegra20_das_set_tristate(int dap_id, int is_tristate);
+
#endif