diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-01-23 21:39:23 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-03 07:41:36 -0500 |
commit | 6f3ab6c1c022e7a4877d38940cd45ae7804a15e2 (patch) | |
tree | d66902a180de381752059eb6240eebfd4cf31775 /sound | |
parent | e779a20da90b12d17af74fe544fafd814b66dc63 (diff) |
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 'sound')
-rw-r--r-- | sound/soc/sh/rcar/ssi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/sh/rcar/ssi.c b/sound/soc/sh/rcar/ssi.c index ddcca067908c..68393a9f91bf 100644 --- a/sound/soc/sh/rcar/ssi.c +++ b/sound/soc/sh/rcar/ssi.c | |||
@@ -136,8 +136,6 @@ static void rsnd_ssi_mode_set(struct rsnd_priv *priv, | |||
136 | val = adg; \ | 136 | val = adg; \ |
137 | else \ | 137 | else \ |
138 | val = ext; \ | 138 | val = ext; \ |
139 | if (flags & RSND_SSI_SYNC) \ | ||
140 | val |= sync; \ | ||
141 | } while (0) | 139 | } while (0) |
142 | 140 | ||
143 | flags = rsnd_ssi_mode_flags(ssi); | 141 | flags = rsnd_ssi_mode_flags(ssi); |