diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-01-24 03:40:03 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-03 13:41:36 +0100 |
commit | 9b5ab573a81b9ac0df90b74d732651fdf8b24525 (patch) | |
tree | 9d3a7ade932bf8b1e466e3e0dc0dc5d1c434e7e9 /sound/soc/sh/rcar/rsnd.h | |
parent | ASoC: rsnd: explain SRC bypass mode settings in comment (diff) | |
download | linux-9b5ab573a81b9ac0df90b74d732651fdf8b24525.tar.xz linux-9b5ab573a81b9ac0df90b74d732651fdf8b24525.zip |
ASoC: rsnd: remove duplicate *priv from rsnd_dma
*priv pointer exists under rsnd_mod,
and, it can get rsnd_mod pointer from rsnd_dma.
remove duplicate rsnd_dma :: priv
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to '')
-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 e92b1f438f74..33c01fb9f5fd 100644 --- a/sound/soc/sh/rcar/rsnd.h +++ b/sound/soc/sh/rcar/rsnd.h @@ -96,7 +96,6 @@ void rsnd_bset(struct rsnd_priv *priv, struct rsnd_mod *mod, enum rsnd_reg reg, * R-Car DMA */ struct rsnd_dma { - struct rsnd_priv *priv; struct sh_dmae_slave slave; struct work_struct work; struct dma_chan *chan; |