[alsa-devel] [PATCH 07/19] ASoC: rsnd: tidyup RSND_SSI_xxx flags

Kuninori Morimoto kuninori.morimoto.gx at gmail.com
Tue Feb 25 07:15:33 CET 2014


From: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>

6f3ab6c1c022e7a4877d38940cd45ae7804a15e2
(ASoC: rsnd: remove pin sync option)
added unused RSND_SSI_CLK_FROM_ADG flag.
It should remove RSND_SSI_SYNC.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
---
 include/sound/rcar_snd.h |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/sound/rcar_snd.h b/include/sound/rcar_snd.h
index 2be05ae..e3d585c 100644
--- a/include/sound/rcar_snd.h
+++ b/include/sound/rcar_snd.h
@@ -34,9 +34,6 @@
  * B : SSI direction
  */
 #define RSND_SSI_CLK_PIN_SHARE		(1 << 31)
-#define RSND_SSI_SYNC			(1 << 29) /* SSI34_sync etc */
-#define RSND_SSI_CLK_FROM_ADG		(1 << 30) /* clock parent is master */
-
 #define RSND_SSI_PLAY			(1 << 24)
 
 #define RSND_SSI_SET(_dai_id, _dma_id, _pio_irq, _flags)	\
-- 
1.7.9.5



More information about the Alsa-devel mailing list