diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-02-20 05:23:08 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-07 10:04:29 -0500 |
commit | 4715219ecef50cf79d7784545bf5bb4664bb800d (patch) | |
tree | f5ec7e46713ca2caa34dfae6053183e7819b235b /sound/soc/sh/rcar/ssi.c | |
parent | c303cf0895ad927f5e9b8a5f8ed1c6b8c96a500f (diff) |
ASoC: rsnd: remove un-needed parameter from rsnd_dma_init()
It can get DMA direction via rsnd_dai_stream.
Remove un-needed is_play from rsnd_dma_init().
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/ssi.c')
-rw-r--r-- | sound/soc/sh/rcar/ssi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/ssi.c b/sound/soc/sh/rcar/ssi.c index 9e7b627c08e2..57e737c7046b 100644 --- a/sound/soc/sh/rcar/ssi.c +++ b/sound/soc/sh/rcar/ssi.c | |||
@@ -478,7 +478,6 @@ static int rsnd_ssi_dma_probe(struct rsnd_mod *mod, | |||
478 | 478 | ||
479 | ret = rsnd_dma_init( | 479 | ret = rsnd_dma_init( |
480 | priv, rsnd_mod_to_dma(mod), | 480 | priv, rsnd_mod_to_dma(mod), |
481 | rsnd_info_is_playback(priv, ssi), | ||
482 | dma_id); | 481 | dma_id); |
483 | if (ret) | 482 | if (ret) |
484 | goto rsnd_ssi_dma_probe_fail; | 483 | goto rsnd_ssi_dma_probe_fail; |