ASoC: rsnd: use device dependency clock
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 7 Feb 2014 08:53:06 +0000 (00:53 -0800)
committerMark Brown <broonie@linaro.org>
Fri, 7 Feb 2014 17:31:44 +0000 (17:31 +0000)
Current R-Car sound driver is using device
independent audio clock, but it is not good
design for DT support.
This patch adds device dependent clock support.
But, there are some platform which is using
independent audio clock.
It is still supported at this point,
but it will be removed soon.

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

Simple merge