summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra_pcm.h
diff options
context:
space:
mode:
authorSumit Bhattacharya <sumitb@nvidia.com>2012-01-20 11:12:24 +0530
committerVarun Colbert <vcolbert@nvidia.com>2012-01-30 11:47:15 -0800
commit13485d291aed28875f935afe89b70cd5056b861a (patch)
tree6c4a6e78a7b76e2a92af7e4d289233292b8878ae /sound/soc/tegra/tegra_pcm.h
parentcbb5a3afaa0b0239e3b81d3531ad5fe3e4488b27 (diff)
Revert "ASoC: Tegra: Acquire wake_lock during playback capture"
This reverts commit 78d27b4b610fbe7d77e3cf43a3b82e15cf879d37. Bug 916409 Reviewed-on: http://git-master/r/76446 Change-Id: I4288dc4d90b393dd8dbefd7e997b9bfceb49d564 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Signed-off-by: Sumit Bhattacharya <sumitb@nvidia.com> Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/77305 Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'sound/soc/tegra/tegra_pcm.h')
-rw-r--r--sound/soc/tegra/tegra_pcm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/soc/tegra/tegra_pcm.h b/sound/soc/tegra/tegra_pcm.h
index 883c979268de..dbb90339fe0d 100644
--- a/sound/soc/tegra/tegra_pcm.h
+++ b/sound/soc/tegra/tegra_pcm.h
@@ -33,10 +33,6 @@
#include <mach/dma.h>
-#ifdef CONFIG_HAS_WAKELOCK
-#include <linux/wakelock.h>
-#endif
-
struct tegra_pcm_dma_params {
unsigned long addr;
unsigned long wrap;
@@ -54,10 +50,6 @@ struct tegra_runtime_data {
int dma_req_idx;
struct tegra_dma_req dma_req[2];
struct tegra_dma_channel *dma_chan;
-#ifdef CONFIG_HAS_WAKELOCK
- struct wake_lock tegra_wake_lock;
- char tegra_wake_lock_name[32];
-#endif
};
#endif