]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: rsnd: tidyup RSND_SSI_xxx flags
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 25 Feb 2014 06:15:33 +0000 (22:15 -0800)
committerMark Brown <broonie@linaro.org>
Mon, 3 Mar 2014 01:21:12 +0000 (10:21 +0900)
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@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
include/sound/rcar_snd.h

index 2be05aea54f99976018ffe6eab3b3531dcda8352..e3d585c676859e692e55051ee6b975196e7ec79e 100644 (file)
@@ -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)       \