* [PATCH 8/8 v2] ASoC: rsnd: remove slave_id settings for DMAEngine
@ 2015-01-20 4:18 Kuninori Morimoto
2015-01-20 11:23 ` Sergei Shtylyov
2015-01-21 1:28 ` Kuninori Morimoto
0 siblings, 2 replies; 3+ messages in thread
From: Kuninori Morimoto @ 2015-01-20 4:18 UTC (permalink / raw)
To: linux-sh
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Current sh-msiof sets dma_slave_config :: slave_id field for DMAEngine,
but it is no longer needed. Let's remove it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
v1 -> v2
- separate into shdma and others
sound/soc/sh/rcar/core.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sound/soc/sh/rcar/core.c b/sound/soc/sh/rcar/core.c
index 75308bb..61473d9 100644
--- a/sound/soc/sh/rcar/core.c
+++ b/sound/soc/sh/rcar/core.c
@@ -316,7 +316,7 @@ int rsnd_dma_init(struct rsnd_priv *priv, struct rsnd_dma *dma,
int is_play, int id)
{
struct device *dev = rsnd_priv_to_dev(priv);
- struct dma_slave_config cfg;
+ struct dma_slave_config cfg = {};
struct rsnd_mod *mod_from;
struct rsnd_mod *mod_to;
char dma_name[DMA_NAME_SIZE];
@@ -334,7 +334,6 @@ int rsnd_dma_init(struct rsnd_priv *priv, struct rsnd_dma *dma,
rsnd_dma_of_path(dma, is_play, &mod_from, &mod_to);
rsnd_dma_of_name(mod_from, mod_to, dma_name);
- cfg.slave_id = id;
cfg.direction = is_play ? DMA_MEM_TO_DEV : DMA_DEV_TO_MEM;
cfg.src_addr = rsnd_gen_dma_addr(priv, mod_from, is_play, 1);
cfg.dst_addr = rsnd_gen_dma_addr(priv, mod_to, is_play, 0);
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 8/8 v2] ASoC: rsnd: remove slave_id settings for DMAEngine
2015-01-20 4:18 [PATCH 8/8 v2] ASoC: rsnd: remove slave_id settings for DMAEngine Kuninori Morimoto
@ 2015-01-20 11:23 ` Sergei Shtylyov
2015-01-21 1:28 ` Kuninori Morimoto
1 sibling, 0 replies; 3+ messages in thread
From: Sergei Shtylyov @ 2015-01-20 11:23 UTC (permalink / raw)
To: linux-sh
Hello.
On 1/20/2015 7:18 AM, Kuninori Morimoto wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> Current sh-msiof sets dma_slave_config :: slave_id field for DMAEngine,
sh-msiof? But this is ALSA patch! :-)
> but it is no longer needed. Let's remove it.
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
[...]
WBR, Sergei
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 8/8 v2] ASoC: rsnd: remove slave_id settings for DMAEngine
2015-01-20 4:18 [PATCH 8/8 v2] ASoC: rsnd: remove slave_id settings for DMAEngine Kuninori Morimoto
2015-01-20 11:23 ` Sergei Shtylyov
@ 2015-01-21 1:28 ` Kuninori Morimoto
1 sibling, 0 replies; 3+ messages in thread
From: Kuninori Morimoto @ 2015-01-21 1:28 UTC (permalink / raw)
To: linux-sh
Hi Sergei
> > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> > Current sh-msiof sets dma_slave_config :: slave_id field for DMAEngine,
>
> sh-msiof? But this is ALSA patch! :-)
>
> > but it is no longer needed. Let's remove it.
Grr... Thank you for pointing it.
will fix in v3 patch
Best regards
---
Kuninori Morimoto
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-01-21 1:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-20 4:18 [PATCH 8/8 v2] ASoC: rsnd: remove slave_id settings for DMAEngine Kuninori Morimoto
2015-01-20 11:23 ` Sergei Shtylyov
2015-01-21 1:28 ` Kuninori Morimoto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox