summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/rsnd.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2015-02-20 11:28:32 +0100
committerMark Brown <broonie@kernel.org>2015-03-07 16:04:30 +0100
commitaaf4fce019ecd55a2d93b6111525deeef300f751 (patch)
tree43d84bb4ad196aead1b5b5e04b1535ed815c352e /sound/soc/sh/rcar/rsnd.h
parentASoC: rsnd: remove rsnd_dma::addr (diff)
downloadlinux-aaf4fce019ecd55a2d93b6111525deeef300f751.tar.xz
linux-aaf4fce019ecd55a2d93b6111525deeef300f751.zip
ASoC: rsnd: remove rsnd_dma::dir
DMAEngine direction can be calculated from rsnd_dai_stream, So, rsnd_dma::dir does not make sense now. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/rsnd.h b/sound/soc/sh/rcar/rsnd.h
index a2954917bfcb..5d65a4b96743 100644
--- a/sound/soc/sh/rcar/rsnd.h
+++ b/sound/soc/sh/rcar/rsnd.h
@@ -182,7 +182,6 @@ struct rsnd_dma_ops {
struct rsnd_dma {
struct dma_chan *chan;
struct rsnd_dma_ops *ops;
- enum dma_transfer_direction dir;
int dmapp_id;
u32 chcr;
dma_addr_t src_addr;