summary refs log tree commit diff
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-02-25 12:52:09 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-02-25 15:25:07 +0000
commit9e4a10d27e89f780539e08abd2b051cb83635dfa (patch)
tree6f48fbb731cd8dc40407cabc3d50c6a5652ab839 /sound
parent7833ae0edf50b0eb303e95b1bec5fbd63a1e2672 (diff)
downloadlinux-9e4a10d27e89f780539e08abd2b051cb83635dfa.tar.gz
ASoC: Remove a unused variables from i.MX FIQ runtime data
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/imx/imx-pcm-fiq.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/imx/imx-pcm-fiq.c b/sound/soc/imx/imx-pcm-fiq.c
index 5532579ece4d..a1c4ce6ad408 100644
--- a/sound/soc/imx/imx-pcm-fiq.c
+++ b/sound/soc/imx/imx-pcm-fiq.c
@@ -35,12 +35,8 @@
 struct imx_pcm_runtime_data {
 	int period;
 	int periods;
-	unsigned long dma_addr;
-	int dma;
 	unsigned long offset;
 	unsigned long size;
-	unsigned long period_cnt;
-	void *buf;
 	struct timer_list timer;
 	int period_time;
 };