summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra30_dam.h
diff options
context:
space:
mode:
authorSumit Bhattacharya <sumitb@nvidia.com>2011-12-08 16:26:59 +0530
committerVarun Wadekar <vwadekar@nvidia.com>2011-12-15 12:06:37 +0530
commit7e9df77309747d934ebf53891a08eda4238606ae (patch)
tree61454a89329e83c5ba51cec298d8773ccc668692 /sound/soc/tegra/tegra30_dam.h
parent5ae89ec9080a8114e795f698226e0100b11a09cf (diff)
ASoC: Tegra: Fix compiler warnings
Bug 912637 Change-Id: I05e2d3dcb903bf9d011f9b108a8f65f25ee1d3b5 Signed-off-by: Sumit Bhattacharya <sumitb@nvidia.com> Reviewed-on: http://git-master/r/68956 Reviewed-by: Rohan Somvanshi <rsomvanshi@nvidia.com> Tested-by: Rohan Somvanshi <rsomvanshi@nvidia.com>
Diffstat (limited to 'sound/soc/tegra/tegra30_dam.h')
-rw-r--r--sound/soc/tegra/tegra30_dam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra30_dam.h b/sound/soc/tegra/tegra30_dam.h
index ea76a2315655..371e8139eec7 100644
--- a/sound/soc/tegra/tegra30_dam.h
+++ b/sound/soc/tegra/tegra30_dam.h
@@ -149,7 +149,7 @@ int tegra30_dam_resume(int ifc);
#endif
void tegra30_dam_disable_clock(int ifc);
int tegra30_dam_enable_clock(int ifc);
-int tegra30_dam_allocate_controller();
+int tegra30_dam_allocate_controller(void);
int tegra30_dam_allocate_channel(int ifc, int chid);
int tegra30_dam_free_channel(int ifc, int chid);
int tegra30_dam_free_controller(int ifc);