diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/imx/imx-pcm-fiq.c | 4 |
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 @@ | |||
35 | struct imx_pcm_runtime_data { | 35 | struct imx_pcm_runtime_data { |
36 | int period; | 36 | int period; |
37 | int periods; | 37 | int periods; |
38 | unsigned long dma_addr; | ||
39 | int dma; | ||
40 | unsigned long offset; | 38 | unsigned long offset; |
41 | unsigned long size; | 39 | unsigned long size; |
42 | unsigned long period_cnt; | ||
43 | void *buf; | ||
44 | struct timer_list timer; | 40 | struct timer_list timer; |
45 | int period_time; | 41 | int period_time; |
46 | }; | 42 | }; |