ASoC: rsnd: run rsnd_path_init() when probe() timing
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 3 Mar 2014 07:42:47 +0000 (23:42 -0800)
committerMark Brown <broonie@linaro.org>
Tue, 4 Mar 2014 04:13:48 +0000 (12:13 +0800)
Current rsnd SSIU/SSI/SCU/SRU path is set
when playback/capture starts up.
But it is meaningless method, since the path is based
on platform and can be set in probe() timing.
This patch sets the path on probe() timing.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/sh/rcar/core.c
sound/soc/sh/rcar/gen.c
sound/soc/sh/rcar/rsnd.h

Simple merge
Simple merge
Simple merge