diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-02-20 05:28:07 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-07 10:04:30 -0500 |
commit | 56f2906ae2d0b48b64a67feef99e3be3b40c3617 (patch) | |
tree | 368d682786ad9456c765e4a23fbe57103f05dbb3 /sound/soc/sh/rcar/rsnd.h | |
parent | 288f392e729dd4d3719c2319c7c3f8d4c820488b (diff) |
ASoC: rsnd: remove rsnd_dma::addr
DMAEngine for Renesas R-Car driver is used only for Audio DMAC now.
rsnd_dma::addr was added to support Audio DMAC peri peri,
but it is no longer needed. Let's remove it
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh/rcar/rsnd.h')
-rw-r--r-- | sound/soc/sh/rcar/rsnd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/rsnd.h b/sound/soc/sh/rcar/rsnd.h index 9e67142c82bd..a2954917bfcb 100644 --- a/sound/soc/sh/rcar/rsnd.h +++ b/sound/soc/sh/rcar/rsnd.h | |||
@@ -183,7 +183,6 @@ struct rsnd_dma { | |||
183 | struct dma_chan *chan; | 183 | struct dma_chan *chan; |
184 | struct rsnd_dma_ops *ops; | 184 | struct rsnd_dma_ops *ops; |
185 | enum dma_transfer_direction dir; | 185 | enum dma_transfer_direction dir; |
186 | dma_addr_t addr; | ||
187 | int dmapp_id; | 186 | int dmapp_id; |
188 | u32 chcr; | 187 | u32 chcr; |
189 | dma_addr_t src_addr; | 188 | dma_addr_t src_addr; |