[alsa-devel] [PATCH] ASoC: rsnd: remove unused rsnd_xxx_to_dma()
From: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com --- sound/soc/sh/rcar/src.c | 1 - sound/soc/sh/rcar/ssi.c | 1 - 2 files changed, 2 deletions(-)
diff --git a/sound/soc/sh/rcar/src.c b/sound/soc/sh/rcar/src.c index 8e9a1de..f67365d 100644 --- a/sound/soc/sh/rcar/src.c +++ b/sound/soc/sh/rcar/src.c @@ -27,7 +27,6 @@ struct rsnd_src { #define RSND_SRC_NAME_SIZE 16
#define rsnd_src_get(priv, id) ((struct rsnd_src *)(priv->src) + id) -#define rsnd_src_to_dma(src) ((src)->dma) #define rsnd_src_nr(priv) ((priv)->src_nr) #define rsnd_src_sync_is_enabled(mod) (rsnd_mod_to_src(mod)->sen.val)
diff --git a/sound/soc/sh/rcar/ssi.c b/sound/soc/sh/rcar/ssi.c index 8bb4714..fffc07e 100644 --- a/sound/soc/sh/rcar/ssi.c +++ b/sound/soc/sh/rcar/ssi.c @@ -99,7 +99,6 @@ struct rsnd_ssi { i++)
#define rsnd_ssi_get(priv, id) ((struct rsnd_ssi *)(priv->ssi) + id) -#define rsnd_ssi_to_dma(mod) ((ssi)->dma) #define rsnd_ssi_nr(priv) ((priv)->ssi_nr) #define rsnd_mod_to_ssi(_mod) container_of((_mod), struct rsnd_ssi, mod) #define rsnd_ssi_flags_has(p, f) ((p)->flags & f)
On Thu, Aug 10, 2017 at 05:13:58AM +0000, Kuninori Morimoto wrote:
From: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
This doesn't apply to current code, please check and resend.
Hi Mark
From: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
This doesn't apply to current code, please check and resend.
OK, will do
Hi Mark
From: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
This doesn't apply to current code, please check and resend.
OK, will do
I could apply...
On topic branch > git checkout asoc/topic/rcar > git am -3 0001-ASoC-rsnd-remove-unused-rsnd_xxx_to_dma.patch Applying: ASoC: rsnd: remove unused rsnd_xxx_to_dma()
On fix branch > git checkout asoc/fix/rcar > git am -3 0001-ASoC-rsnd-remove-unused-rsnd_xxx_to_dma.patch Applying: ASoC: rsnd: remove unused rsnd_xxx_to_dma() Using index info to reconstruct a base tree... M sound/soc/sh/rcar/src.c M sound/soc/sh/rcar/ssi.c Falling back to patching base and 3-way merge... Auto-merging sound/soc/sh/rcar/ssi.c Auto-merging sound/soc/sh/rcar/src.c
Best regards --- Kuninori Morimoto
On Mon, Aug 21, 2017 at 04:16:06AM +0000, Kuninori Morimoto wrote:
On topic branch
git checkout asoc/topic/rcar git am -3 0001-ASoC-rsnd-remove-unused-rsnd_xxx_to_dma.patch
Applying: ASoC: rsnd: remove unused rsnd_xxx_to_dma()
That's not working for me, possibly due to some other changes that got applied at the same time and also when I say "please check and resend" the and resend bit is important.
Hi Mark
On topic branch
git checkout asoc/topic/rcar git am -3 0001-ASoC-rsnd-remove-unused-rsnd_xxx_to_dma.patch
Applying: ASoC: rsnd: remove unused rsnd_xxx_to_dma()
That's not working for me, possibly due to some other changes that got applied at the same time and also when I say "please check and resend" the and resend bit is important.
OK, will do
Best regards --- Kuninori Morimoto
The patch
ASoC: rsnd: remove unused rsnd_xxx_to_dma()
has been applied to the asoc tree at
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying to this mail.
Thanks, Mark
From c16293560a1c188a05cba1dcc46548d33b641c06 Mon Sep 17 00:00:00 2001
From: Kuninori Morimoto kuninori.morimoto.gx@renesas.com Date: Tue, 22 Aug 2017 00:02:03 +0000 Subject: [PATCH] ASoC: rsnd: remove unused rsnd_xxx_to_dma()
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown broonie@kernel.org --- sound/soc/sh/rcar/src.c | 1 - sound/soc/sh/rcar/ssi.c | 1 - 2 files changed, 2 deletions(-)
diff --git a/sound/soc/sh/rcar/src.c b/sound/soc/sh/rcar/src.c index 46400397dbbd..510b68a483b4 100644 --- a/sound/soc/sh/rcar/src.c +++ b/sound/soc/sh/rcar/src.c @@ -27,7 +27,6 @@ struct rsnd_src { #define RSND_SRC_NAME_SIZE 16
#define rsnd_src_get(priv, id) ((struct rsnd_src *)(priv->src) + id) -#define rsnd_src_to_dma(src) ((src)->dma) #define rsnd_src_nr(priv) ((priv)->src_nr) #define rsnd_src_sync_is_enabled(mod) (rsnd_mod_to_src(mod)->sen.val)
diff --git a/sound/soc/sh/rcar/ssi.c b/sound/soc/sh/rcar/ssi.c index 8bb47144660b..fffc07e72627 100644 --- a/sound/soc/sh/rcar/ssi.c +++ b/sound/soc/sh/rcar/ssi.c @@ -99,7 +99,6 @@ struct rsnd_ssi { i++)
#define rsnd_ssi_get(priv, id) ((struct rsnd_ssi *)(priv->ssi) + id) -#define rsnd_ssi_to_dma(mod) ((ssi)->dma) #define rsnd_ssi_nr(priv) ((priv)->ssi_nr) #define rsnd_mod_to_ssi(_mod) container_of((_mod), struct rsnd_ssi, mod) #define rsnd_ssi_flags_has(p, f) ((p)->flags & f)
participants (2)
-
Kuninori Morimoto
-
Mark Brown