All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: rsnd: remove unused rsnd_xxx_to_dma()
@ 2017-08-10  5:13 Kuninori Morimoto
  2017-08-10 14:52 ` Mark Brown
  2017-08-22 16:21 ` Applied "ASoC: rsnd: remove unused rsnd_xxx_to_dma()" to the asoc tree Mark Brown
  0 siblings, 2 replies; 7+ messages in thread
From: Kuninori Morimoto @ 2017-08-10  5:13 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA, Simon


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)
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-08-22 16:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-10  5:13 [PATCH] ASoC: rsnd: remove unused rsnd_xxx_to_dma() Kuninori Morimoto
2017-08-10 14:52 ` Mark Brown
2017-08-21  1:43   ` Kuninori Morimoto
2017-08-21  4:16     ` Kuninori Morimoto
2017-08-21 10:10       ` Mark Brown
2017-08-21 23:51         ` Kuninori Morimoto
2017-08-22 16:21 ` Applied "ASoC: rsnd: remove unused rsnd_xxx_to_dma()" to the asoc tree Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.