]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: rsnd: remove SH-DMA-BASE specific implementation
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 20 Feb 2015 10:22:37 +0000 (10:22 +0000)
committerMark Brown <broonie@kernel.org>
Sat, 7 Mar 2015 15:04:29 +0000 (15:04 +0000)
Renesas R-Car sound had SH-DMA-BASE specific implementation before,
but, now, 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>
sound/soc/sh/rcar/core.c
sound/soc/sh/rcar/rsnd.h

index 1b53605f7154394d1746cb0a692953e296848c2a..0b14d3762cff84e75806d4b36434696decf2b047 100644 (file)
@@ -94,7 +94,6 @@
  *
  */
 #include <linux/pm_runtime.h>
-#include <linux/shdma-base.h>
 #include "rsnd.h"
 
 #define RSND_RATES SNDRV_PCM_RATE_8000_96000
index e7914bd610e2120644f616e6500bdf3ad9ec24d3..5ffde9b8955d684ed945ba0f237089b0421f0f22 100644 (file)
@@ -171,7 +171,6 @@ u32 rsnd_get_adinr(struct rsnd_mod *mod);
  *     R-Car DMA
  */
 struct rsnd_dma {
-       struct sh_dmae_slave    slave;
        struct dma_chan         *chan;
        enum dma_transfer_direction dir;
        dma_addr_t              addr;