diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2012-02-21 11:47:57 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-21 14:29:59 -0500 |
commit | 8949490f70cf2cda615fb0fd0ddc299b531e6e48 (patch) | |
tree | 85b8c3fc0f8aa930e380ad2149cb569a4dae4ae8 /sound/soc/mxs/mxs-pcm.h | |
parent | f6914024575fc3fd9773531ca74d1bcb0ddaf88f (diff) |
ASoC: mxs-pcm: Remove unused fields from struct mxs_pcm_runtime_data
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/mxs/mxs-pcm.h')
-rw-r--r-- | sound/soc/mxs/mxs-pcm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/mxs/mxs-pcm.h b/sound/soc/mxs/mxs-pcm.h index f55ac4f7a76a..ba75e103bb3b 100644 --- a/sound/soc/mxs/mxs-pcm.h +++ b/sound/soc/mxs/mxs-pcm.h | |||
@@ -29,11 +29,7 @@ struct mxs_pcm_dma_params { | |||
29 | struct mxs_pcm_runtime_data { | 29 | struct mxs_pcm_runtime_data { |
30 | int period_bytes; | 30 | int period_bytes; |
31 | int periods; | 31 | int periods; |
32 | int dma; | ||
33 | unsigned long offset; | 32 | unsigned long offset; |
34 | unsigned long size; | ||
35 | void *buf; | ||
36 | int period_time; | ||
37 | struct dma_async_tx_descriptor *desc; | 33 | struct dma_async_tx_descriptor *desc; |
38 | struct dma_chan *dma_chan; | 34 | struct dma_chan *dma_chan; |
39 | struct mxs_dma_data dma_data; | 35 | struct mxs_dma_data dma_data; |