diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-01-23 18:39:23 -0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-03 12:41:36 +0000 |
commit | 6f3ab6c1c022e7a4877d38940cd45ae7804a15e2 (patch) | |
tree | d66902a180de381752059eb6240eebfd4cf31775 /include/sound/rcar_snd.h | |
parent | e779a20da90b12d17af74fe544fafd814b66dc63 (diff) | |
download | linux-stable-6f3ab6c1c022e7a4877d38940cd45ae7804a15e2.tar.gz linux-stable-6f3ab6c1c022e7a4877d38940cd45ae7804a15e2.tar.bz2 linux-stable-6f3ab6c1c022e7a4877d38940cd45ae7804a15e2.zip |
ASoC: rsnd: remove pin sync option
Renesas Chip is supporting multi pin sound,
but the HW setting is very difficult and confusable.
But driver is supporting it halfway.
Remove SYNC option at this point.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/sound/rcar_snd.h')
-rw-r--r-- | include/sound/rcar_snd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/rcar_snd.h b/include/sound/rcar_snd.h index 6add6ccc811e..1d19bfc2486d 100644 --- a/include/sound/rcar_snd.h +++ b/include/sound/rcar_snd.h @@ -35,6 +35,7 @@ */ #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) |