aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2016-03-07 00:06:46 -0500
committerMark Brown <broonie@kernel.org>2016-03-07 02:41:54 -0500
commitb5ebbb3a16c631c776f6619dff8ee86da21cca6f (patch)
treed0804d92d1939886ed2b036f9e29e04197f96cee
parent61a219fe192412bca6c26657a4b0c99c67a3e7fc (diff)
ASoC: rsnd: SRC sync mode is not related to clock master mode
SRC sync mode needs to control its clock (= for in/out). 1st but codec side clock Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/sh/rcar/src.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sound/soc/sh/rcar/src.c b/sound/soc/sh/rcar/src.c
index 541a478cf157..ab974afe79eb 100644
--- a/sound/soc/sh/rcar/src.c
+++ b/sound/soc/sh/rcar/src.c
@@ -474,7 +474,6 @@ static int rsnd_src_pcm_new(struct rsnd_mod *mod,
474 struct rsnd_dai_stream *io, 474 struct rsnd_dai_stream *io,
475 struct snd_soc_pcm_runtime *rtd) 475 struct snd_soc_pcm_runtime *rtd)
476{ 476{
477 struct rsnd_dai *rdai = rsnd_io_to_rdai(io);
478 struct rsnd_src *src = rsnd_mod_to_src(mod); 477 struct rsnd_src *src = rsnd_mod_to_src(mod);
479 int ret; 478 int ret;
480 479
@@ -483,12 +482,6 @@ static int rsnd_src_pcm_new(struct rsnd_mod *mod,
483 */ 482 */
484 483
485 /* 484 /*
486 * SRC sync convert needs clock master
487 */
488 if (!rsnd_rdai_is_clk_master(rdai))
489 return 0;
490
491 /*
492 * It can't use SRC Synchronous convert 485 * It can't use SRC Synchronous convert
493 * when Capture if it uses CMD 486 * when Capture if it uses CMD
494 */ 487 */