aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2014-02-25 01:15:33 -0500
committerMark Brown <broonie@linaro.org>2014-03-02 20:21:12 -0500
commit697dce94ed37e0653e5bba593f11e2b14877cd63 (patch)
treee1fed66daca641a0c76eee033e7d8222ca29cb24 /include/sound
parentecba9e724c5775aebd3a28e831643160c7146e83 (diff)
ASoC: rsnd: tidyup RSND_SSI_xxx flags
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>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/rcar_snd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/rcar_snd.h b/include/sound/rcar_snd.h
index 2be05aea54f9..e3d585c67685 100644
--- a/include/sound/rcar_snd.h
+++ b/include/sound/rcar_snd.h
@@ -34,9 +34,6 @@
34 * B : SSI direction 34 * B : SSI direction
35 */ 35 */
36#define RSND_SSI_CLK_PIN_SHARE (1 << 31) 36#define RSND_SSI_CLK_PIN_SHARE (1 << 31)
37#define RSND_SSI_SYNC (1 << 29) /* SSI34_sync etc */
38#define RSND_SSI_CLK_FROM_ADG (1 << 30) /* clock parent is master */
39
40#define RSND_SSI_PLAY (1 << 24) 37#define RSND_SSI_PLAY (1 << 24)
41 38
42#define RSND_SSI_SET(_dai_id, _dma_id, _pio_irq, _flags) \ 39#define RSND_SSI_SET(_dai_id, _dma_id, _pio_irq, _flags) \